]> granicus.if.org Git - python/commitdiff
Issue #14926: fix docstring highlight
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 2 Jun 2012 17:40:02 +0000 (19:40 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 2 Jun 2012 17:40:02 +0000 (19:40 +0200)
Lib/random.py

index d4006e5727ec88966aa3b5f2bba726182bd1c33b..9b61208d2eb49eeebf29c1b5245152ceae68e99a 100644 (file)
@@ -96,7 +96,7 @@ class Random(_random.Random):
         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 *ais a str,
         bytes, or bytearray.  For version 1, the hash() of *a* is used instead.
 
         If *a* is an int, all bits are used.