diff options
author | Guo <gs0801@foxmail.com> | 2021-07-03 20:11:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 20:11:50 +0800 |
commit | be07cbcb57a9ae449302de595144539e9020a021 (patch) | |
tree | 1946ecc811edc826251b82146a585d02975a4de2 /numpy/lib | |
parent | 6d9e294c47e790067e0b5724afecb4e38a542bd0 (diff) | |
download | numpy-be07cbcb57a9ae449302de595144539e9020a021.tar.gz |
DOC: typo fix
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py index ead6a0420..9b8f90dbd 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -44,7 +44,7 @@ Capabilities read most ``.npy`` files that they have been given without much documentation. -- Allows memory-mapping of the data. See `open_memmep`. +- Allows memory-mapping of the data. See `open_memmap`. - Can be read from a filelike stream object instead of an actual file. |