]> granicus.if.org Git - python/commitdiff
Issue #7435: Remove reference to long in docstring. Thanks flox.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 5 Dec 2009 20:32:49 +0000 (20:32 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 5 Dec 2009 20:32:49 +0000 (20:32 +0000)
Lib/random.py

index 12b4e1b2a7098044042480866a75e3b1d8894a25..592e4b899a17b9d218ec0d9f058785951389aeb7 100644 (file)
@@ -97,7 +97,7 @@ class Random(_random.Random):
         None or no argument seeds from current time or from an operating
         system specific randomness source if available.
 
-        If a is not None or an int or long, hash(a) is used instead.
+        If a is not None or an int, hash(a) is used instead.
         """
 
         if a is None: