diff options
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r-- | numpy/core/_internal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py index 85be66d06..741c8bb5f 100644 --- a/numpy/core/_internal.py +++ b/numpy/core/_internal.py @@ -366,7 +366,7 @@ def _view_is_safe(oldtype, newtype): return # Given a string containing a PEP 3118 format specifier, -# construct a Numpy dtype +# construct a NumPy dtype _pep3118_native_map = { '?': '?', |