diff options
| author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-10-20 11:38:42 +0200 |
|---|---|---|
| committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-10-26 23:54:04 +0200 |
| commit | ae3c21991a617d60d8093e3e958a6b0b5fb0eeb6 (patch) | |
| tree | 37ee1d0a96f11f0a3042433bea8952b3b5c8e14e /numpy/__init__.py | |
| parent | 85f121e86de914a8f24746e7619454c5b6b0ac2a (diff) | |
| download | numpy-ae3c21991a617d60d8093e3e958a6b0b5fb0eeb6.tar.gz | |
DEP: Deprecate the `np.core.machar` module
Diffstat (limited to 'numpy/__init__.py')
| -rw-r--r-- | numpy/__init__.py | 2 |
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)." ) |
