diff options
-rw-r--r-- | Lib/random.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py index 35e5b4a..14ac5e5 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -256,7 +256,6 @@ class Random(_random.Random): Optional arg random is a 0-argument function returning a random float in [0.0, 1.0); by default, the standard random.random. - Do not supply the 'int' argument. """ if random is None: |