From 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Jan 2007 21:56:54 +0000 Subject: Whitespace cleanup. --- numpy/oldnumeric/random_array.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'numpy/oldnumeric/random_array.py') diff --git a/numpy/oldnumeric/random_array.py b/numpy/oldnumeric/random_array.py index e8d386ce4..84e923e13 100644 --- a/numpy/oldnumeric/random_array.py +++ b/numpy/oldnumeric/random_array.py @@ -18,7 +18,7 @@ def seed(x=0, y=0): if (x == 0 or y == 0): mt.seed() else: - mt.seed((x,y)) + mt.seed((x,y)) def get_seed(): raise NotImplementedError, \ @@ -266,5 +266,3 @@ def test(): if __name__ == '__main__': test() - - -- cgit v1.2.1