diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-01 10:06:53 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-01 10:06:53 (GMT) |
commit | bcd725fc456faca13f4598f87c0517f917711cda (patch) | |
tree | 0bdb87c1d81a8739a5b4c6517b3742b177805539 /Lib/random.py | |
parent | 41deb1efc2f969b58e49af669cc20d15ccdb04c6 (diff) | |
download | cpython-bcd725fc456faca13f4598f87c0517f917711cda.zip cpython-bcd725fc456faca13f4598f87c0517f917711cda.tar.gz cpython-bcd725fc456faca13f4598f87c0517f917711cda.tar.bz2 |
Repaired a docstring.
Diffstat (limited to 'Lib/random.py')
-rw-r--r-- | Lib/random.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py index 427b731..f470402 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -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 |