summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-09-12 05:56:30 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-09-12 05:56:30 (GMT)
commitd184f664e38047edebfc879b10b8190f96a82ca7 (patch)
treed3475abe58e0f552d608fbf5e7550e081409a3b1
parentdd4754e6a8760d70db1853855c5f6f0f8c1b1f1b (diff)
parentf8ce51ab1636ba0c36d0a5e31a1b04f8016035a1 (diff)
downloadcpython-d184f664e38047edebfc879b10b8190f96a82ca7.zip
cpython-d184f664e38047edebfc879b10b8190f96a82ca7.tar.gz
cpython-d184f664e38047edebfc879b10b8190f96a82ca7.tar.bz2
Automated merge with file:///Users/skumaran/python/cpython
-rw-r--r--Lib/random.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/random.py b/Lib/random.py
index cf83114..5876766 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -256,6 +256,8 @@ 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.
"""
randbelow = self._randbelow