summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-07-03 10:38:51 -0600
committerGitHub <noreply@github.com>2021-07-03 10:38:51 -0600
commitd5cac2c1991daa32a1423634e980e9b98035ebef (patch)
tree1946ecc811edc826251b82146a585d02975a4de2 /numpy
parent6d9e294c47e790067e0b5724afecb4e38a542bd0 (diff)
parentbe07cbcb57a9ae449302de595144539e9020a021 (diff)
downloadnumpy-d5cac2c1991daa32a1423634e980e9b98035ebef.tar.gz
Merge pull request #19402 from ZJUGuoShuai/patch-1
DOC: typo fix
Diffstat (limited to 'numpy')
-rw-r--r--numpy/lib/format.py2
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.