]> granicus.if.org Git - python/commitdiff
Issue 14927: Remove a docstring line that is no longer applicable.
authorRaymond Hettinger <python@rcn.com>
Sun, 6 Oct 2013 05:11:16 +0000 (22:11 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 6 Oct 2013 05:11:16 +0000 (22:11 -0700)
Lib/random.py

index 35e5b4a063262a8f024dbaa9b7a0709dbef3ecc1..14ac5e5b093b371610dafb3a2c0140b8dae39f1d 100644 (file)
@@ -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: