mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Issue 14927: Remove a docstring line that is no longer applicable.
This commit is contained in:
parent
8fe47c3991
commit
d4b9f925ec
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ class Random(_random.Random):
|
||||||
Optional arg random is a 0-argument function returning a random
|
Optional arg random is a 0-argument function returning a random
|
||||||
float in [0.0, 1.0); by default, the standard random.random.
|
float in [0.0, 1.0); by default, the standard random.random.
|
||||||
|
|
||||||
Do not supply the 'int' argument.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if random is None:
|
if random is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue