[Python-checkins] cpython (merge 3.2 -> default): Issue #14926: merge with 3.2

sandro.tosi python-checkins at python.org
Sat Jun 2 19:40:43 CEST 2012


http://hg.python.org/cpython/rev/29148c027986
changeset:   77304:29148c027986
parent:      77302:dac347701b4f
parent:      77303:e2739145657d
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Jun 02 19:40:20 2012 +0200
summary:
  Issue #14926: merge with 3.2

files:
  Lib/random.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/random.py b/Lib/random.py
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -96,7 +96,7 @@
         None or no argument seeds from current time or from an operating
         system specific randomness source if available.
 
-        For version 2 (the default), all of the bits are used if *a *is a str,
+        For version 2 (the default), all of the bits are used if *a* is a str,
         bytes, or bytearray.  For version 1, the hash() of *a* is used instead.
 
         If *a* is an int, all bits are used.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list