diff options
| author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-10-19 16:11:07 +0200 |
|---|---|---|
| committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-01-16 02:22:35 +0100 |
| commit | a4260ab10fff84710c3ae4a67271f03f823ac75c (patch) | |
| tree | cb598beac47e27d05fd802e8c058ed0af8916074 /numpy/core/records.py | |
| parent | c6fc6884d3c9bc68872a7adaae2974143a910eac (diff) | |
| download | numpy-a4260ab10fff84710c3ae4a67271f03f823ac75c.tar.gz | |
MAINT,DEP: Replace references to `typeDict` with `sctypeDict`
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 |
