diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/numerictypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numerictypes.py b/numpy/core/numerictypes.py index 8fcbd213e..00c3682ed 100644 --- a/numpy/core/numerictypes.py +++ b/numpy/core/numerictypes.py @@ -444,7 +444,7 @@ for key, val in _typestr.items(): # Add additional strings to the sctypeDict _toadd = ['int', 'float', 'complex', 'bool', 'object', 'string', ('str', allTypes['string_']), - 'unicode', 'object'] + 'unicode', 'object', ('a', allTypes['string_'])] for name in _toadd: if isinstance(name, tuple): |