diff options
| author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-03-12 23:31:53 +0100 |
|---|---|---|
| committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-03-12 23:31:53 +0100 |
| commit | 3247145ced7af5104f7204bbf4c5be95e36714d7 (patch) | |
| tree | 458a9e6d12c2ec0906ef1e8cca80d8a52f6a9010 /numpy | |
| parent | 4526ff430df7ac07e66af90eadab176ec89e108f (diff) | |
| download | numpy-3247145ced7af5104f7204bbf4c5be95e36714d7.tar.gz | |
TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong name
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/lib/__init__.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/__init__.pyi b/numpy/lib/__init__.pyi index 7338fc6d6..0e3da5b41 100644 --- a/numpy/lib/__init__.pyi +++ b/numpy/lib/__init__.pyi @@ -14,7 +14,7 @@ from numpy.lib import ( format as format, mixins as mixins, scimath as scimath, - stride_tricks as stride_stricks, + stride_tricks as stride_tricks, ) from numpy.lib._version import ( |
