[Python-checkins] cpython (3.3): Issue 14927: Remove a docstring line that is no longer applicable.

raymond.hettinger python-checkins at python.org
Sun Oct 6 07:12:02 CEST 2013


http://hg.python.org/cpython/rev/50ea4dccb03e
changeset:   85990:50ea4dccb03e
branch:      3.3
parent:      85988:0899960835f5
user:        Raymond Hettinger <python at rcn.com>
date:        Sat Oct 05 22:11:16 2013 -0700
summary:
  Issue 14927: Remove a docstring line that is no longer applicable.

files:
  Lib/random.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/random.py b/Lib/random.py
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -256,7 +256,6 @@
         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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list