]> granicus.if.org Git - python/commitdiff
Repaired a docstring.
authorTim Peters <tim.peters@gmail.com>
Thu, 1 Feb 2001 10:06:53 +0000 (10:06 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 1 Feb 2001 10:06:53 +0000 (10:06 +0000)
Lib/random.py

index 427b73179c699d0e7d3e4720dc5f6bbc831b5fe7..f470402c71b2ffc2ca01dce860b2c68ec0515681 100644 (file)
@@ -124,7 +124,7 @@ class Random:
 
         None or no argument seeds from current time.
 
-        If a is not None or an int or long, hash(a) is instead.
+        If a is not None or an int or long, hash(a) is used instead.
 
         If a is an int or long, a is used directly.  Distinct values between
         0 and 27814431486575L inclusive are guaranteed to yield distinct