Automated merge with file:///Users/skumaran/python/cpython
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 @@
 
         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