diff --git a/Lib/random.py b/Lib/random.py index 4ebc7579884..3fac699d937 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -220,10 +220,11 @@ def _randbelow(self, n, int=int, maxsize=1<= n: @@ -231,7 +232,6 @@ def _randbelow(self, n, int=int, maxsize=1<= maxsize: _warn("Underlying random() generator does not supply \n" "enough bits to choose from a population range this large.\n"