Skip to content

Commit

Permalink
STY: Put some spaces in.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Jul 9, 2011
1 parent 98d0c8f commit f35015c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpy/core/tests/test_multiarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,8 @@ def test_max_or_min(self):


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)

Expand Down

0 comments on commit f35015c

Please sign in to comment.