From 5dae505bbd59641a948c81bea981e7c44d4c2343 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 7 Jun 2004 02:07:15 +0000 Subject: [PATCH] Fix typo in comment. --- Lib/random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/random.py b/Lib/random.py index 92163bb6084..7ec6583af4f 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -237,7 +237,7 @@ def _randbelow(self, n, _log=_log, int=int, _maxwidth=1L< shuffle list x in place; return None.