From 0b77f0e5f0e46b2ef7c570ebda046c34bbcc0f26 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 29 Oct 2007 14:58:18 +0000 Subject: ran reindent.py to clean up whitespace --- numpy/matlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/matlib.py') diff --git a/numpy/matlib.py b/numpy/matlib.py index 413a45ee2..cfc61f4f6 100644 --- a/numpy/matlib.py +++ b/numpy/matlib.py @@ -45,7 +45,7 @@ def rand(*args): def randn(*args): if isinstance(args[0], tuple): - args = args[0] + args = args[0] return asmatrix(N.random.randn(*args)) def repmat(a, m, n): -- cgit v1.2.1