summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-10-20 11:38:42 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-10-26 23:54:04 +0200
commitae3c21991a617d60d8093e3e958a6b0b5fb0eeb6 (patch)
tree37ee1d0a96f11f0a3042433bea8952b3b5c8e14e /numpy/__init__.py
parent85f121e86de914a8f24746e7619454c5b6b0ac2a (diff)
downloadnumpy-ae3c21991a617d60d8093e3e958a6b0b5fb0eeb6.tar.gz
DEP: Deprecate the `np.core.machar` module
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 780ecef11..c34434e75 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -197,7 +197,7 @@ else:
# NumPy 1.22, 2021-10-20
__deprecated_attrs__["MachAr"] = (
- core.machar.MachAr,
+ core._machar.MachAr,
"`np.MachAr` is deprecated (NumPy 1.22)."
)