From: Raymond Hettinger Date: Sun, 6 Oct 2013 05:11:16 +0000 (-0700) Subject: Issue 14927: Remove a docstring line that is no longer applicable. X-Git-Tag: v3.4.0a4~269^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4b9f925eca4fac5fed7baf7a15ff56afa3bf3d0;p=python Issue 14927: Remove a docstring line that is no longer applicable. --- diff --git a/Lib/random.py b/Lib/random.py index 35e5b4a063..14ac5e5b09 100644 --- a/Lib/random.py +++ b/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: