diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-07-03 10:38:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-03 10:38:51 -0600 |
| commit | d5cac2c1991daa32a1423634e980e9b98035ebef (patch) | |
| tree | 1946ecc811edc826251b82146a585d02975a4de2 | |
| parent | 6d9e294c47e790067e0b5724afecb4e38a542bd0 (diff) | |
| parent | be07cbcb57a9ae449302de595144539e9020a021 (diff) | |
| download | numpy-d5cac2c1991daa32a1423634e980e9b98035ebef.tar.gz | |
Merge pull request #19402 from ZJUGuoShuai/patch-1
DOC: typo fix
| -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. |
