diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-02-04 21:23:10 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-02-04 21:23:10 +0000 |
commit | 5d87b02f5512c14238ddff3ae6982fe735be973a (patch) | |
tree | e2aff4e4db73b068d0bb7d6b08036466d750803d | |
parent | 49c5dc14aba8a4dc30e6261679022e6f89381df4 (diff) | |
download | numpy-5d87b02f5512c14238ddff3ae6982fe735be973a.tar.gz |
ctypeslib: Correct tabs to spaces
-rw-r--r-- | numpy/ctypeslib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/ctypeslib.py b/numpy/ctypeslib.py index 0339aa5ef..821c0f5cb 100644 --- a/numpy/ctypeslib.py +++ b/numpy/ctypeslib.py @@ -301,8 +301,8 @@ if ctypes is not None: try: simple_type.__array_interface__ except AttributeError: pass else: return - - typestr = _dtype(dtype).str + + typestr = _dtype(dtype).str _typecodes[typestr] = simple_type def __array_interface__(self): |