From f35015c59cb35fc4503822ce686066b497c932e4 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 9 Jul 2011 10:57:21 -0600 Subject: STY: Put some spaces in. --- numpy/core/tests/test_multiarray.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py index 72b960d10..6821fbe49 100644 --- a/numpy/core/tests/test_multiarray.py +++ b/numpy/core/tests/test_multiarray.py @@ -1021,8 +1021,8 @@ class TestClip(TestCase): class TestPutmask(object): - def tst_basic(self,x,T,mask,val): - np.putmask(x,mask,val) + def tst_basic(self, x, T, mask, val): + np.putmask(x, mask, val) assert_(np.all(x[mask] == T(val))) assert_(x.dtype == T) -- cgit v1.2.1