mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Repaired a docstring.
This commit is contained in:
parent
41deb1efc2
commit
bcd725fc45
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Random:
|
||||||
|
|
||||||
None or no argument seeds from current time.
|
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
|
If a is an int or long, a is used directly. Distinct values between
|
||||||
0 and 27814431486575L inclusive are guaranteed to yield distinct
|
0 and 27814431486575L inclusive are guaranteed to yield distinct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue