diff options
Diffstat (limited to 'Lib/random.py')
| -rw-r--r-- | Lib/random.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/random.py b/Lib/random.py index 2323325a4f..4ebc757988 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -260,6 +260,8 @@ class Random(_random.Random): Optional argument random is a 0-argument function returning a random float in [0.0, 1.0); if it is the default None, the standard random.random will be used. + + Do not supply the 'int' argument. """ randbelow = self._randbelow |
