From 3051cc3a0d390ba153c07db9ce31a44700e332f2 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 7 Sep 2010 00:48:40 +0000 Subject: Minor code cleanup --- Lib/random.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Lib/random.py b/Lib/random.py index 4ff65ab..8bfae1d 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -161,13 +161,13 @@ class Random(_random.Random): ## -------------------- integer methods ------------------- - def randrange(self, start, stop=None, step=1, int=int, default=None, - maxwidth=1< 0: if istart >= maxwidth: return self._randbelow(istart) -- cgit v0.12