Browse Source

Issue 14927: Remove a docstring line that is no longer applicable.

pull/2332/head
Raymond Hettinger 13 years ago
parent
commit
d4b9f925ec
  1. 1
      Lib/random.py

1
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:

Loading…
Cancel
Save