From a4260ab10fff84710c3ae4a67271f03f823ac75c Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Mon, 19 Oct 2020 16:11:07 +0200 Subject: MAINT,DEP: Replace references to `typeDict` with `sctypeDict` --- numpy/core/records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/records.py') 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 -- cgit v1.2.1