From 0e6d213177dd571dd634d286ae45c38eb06d63b9 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 15 Feb 2001 23:56:39 +0000 Subject: Whitespace normalization. --- Lib/random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/random.py') diff --git a/Lib/random.py b/Lib/random.py index efaf7d6898..1fe0b82353 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -81,7 +81,7 @@ __all__ = ["Random","seed","random","uniform","randint","choice", "cunifvariate","expovariate","vonmisesvariate","gammavariate", "stdgamma","gauss","betavariate","paretovariate","weibullvariate", "getstate","setstate","jumpahead","whseed"] - + def _verify(name, expected): computed = eval(name) if abs(computed - expected) > 1e-7: -- cgit v1.2.1