summaryrefslogtreecommitdiff
path: root/numpy/core/records.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-03-30 12:02:27 -0600
committerGitHub <noreply@github.com>2021-03-30 12:02:27 -0600
commited5abf14e0d0d85e043f0a7deec72f1060e5b5e4 (patch)
tree161070a5ef5d40ab554b4ec6cbfa11edfb819e24 /numpy/core/records.py
parentd1b1f5f159fe075d3193946e81ff5d8656cf4e26 (diff)
parent74df99926a2d561cd756d6df87f27af264213933 (diff)
downloadnumpy-ed5abf14e0d0d85e043f0a7deec72f1060e5b5e4.tar.gz
Merge pull request #17586 from BvB93/type_aliases
DEP: Formally deprecate `np.typeDict`
Diffstat (limited to 'numpy/core/records.py')
-rw-r--r--numpy/core/records.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/records.py b/numpy/core/records.py
index 86b17ec26..5bd13a698 100644
--- a/numpy/core/records.py
+++ b/numpy/core/records.py
@@ -73,7 +73,7 @@ _byteorderconv = {'b':'>',
# of the letter code '(2,3)f4' and ' ( 2 , 3 ) f4 '
# are equally allowed
-numfmt = nt.typeDict
+numfmt = nt.sctypeDict
def find_duplicate(list):