summaryrefslogtreecommitdiffstats
path: root/Lib/random.py
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-12-05 20:32:49 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-12-05 20:32:49 (GMT)
commit884924a2fddce1de0eeb3b8dfc3ae7ca5a14a071 (patch)
treeabaaa8cf68c87e2a4e44aee9f02f352bfee01c47 /Lib/random.py
parent78a80e8ee37edc4f7c48d49347a6bfbbd1421d82 (diff)
downloadcpython-884924a2fddce1de0eeb3b8dfc3ae7ca5a14a071.zip
cpython-884924a2fddce1de0eeb3b8dfc3ae7ca5a14a071.tar.gz
cpython-884924a2fddce1de0eeb3b8dfc3ae7ca5a14a071.tar.bz2
Issue #7435: Remove reference to long in docstring. Thanks flox.
Diffstat (limited to 'Lib/random.py')
-rw-r--r--Lib/random.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py
index 12b4e1b..592e4b8 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -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: