diff options
Diffstat (limited to 'numpy/core/records.py')
| -rw-r--r-- | numpy/core/records.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/records.py b/numpy/core/records.py index 00d456658..5cc82ca6e 100644 --- a/numpy/core/records.py +++ b/numpy/core/records.py @@ -70,7 +70,7 @@ _byteorderconv = {'b':'>', # of the letter code '(2,3)f4' and ' ( 2 , 3 ) f4 ' # are equally allowed -numfmt = nt.typeDict +numfmt = nt.sctypeDict # taken from OrderedDict recipes in the Python documentation # https://docs.python.org/3.3/library/collections.html#ordereddict-examples-and-recipes |
