Whitespace normalization.

This commit is contained in:
Tim Peters 2001-02-15 23:56:39 +00:00
parent b61ff2982a
commit 0e6d213177
4 changed files with 6 additions and 7 deletions

View file

@ -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: