summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorlumbric <lumbric@gmail.com>2018-03-05 19:37:29 +0100
committerGitHub <noreply@github.com>2018-03-05 19:37:29 +0100
commita282a24946e433df3fed44639e02c66403979199 (patch)
tree7e081a80f65deea203315f4200436525fbbf0ca5 /numpy
parent400607bdd44d7ad23a3fe666c796e9893b2bed46 (diff)
downloadpython-numpy-a282a24946e433df3fed44639e02c66403979199.tar.gz
python-numpy-a282a24946e433df3fed44639e02c66403979199.tar.bz2
python-numpy-a282a24946e433df3fed44639e02c66403979199.zip
DOC: Improve docstring of memmap
See also 8a38f64.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/memmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/memmap.py b/numpy/core/memmap.py
index 4604cc734..5be45affd 100644
--- a/numpy/core/memmap.py
+++ b/numpy/core/memmap.py
@@ -34,7 +34,7 @@ class memmap(ndarray):
This class may at some point be turned into a factory function
which returns a view into an mmap buffer.
- Delete the memmap instance to close.
+ Delete the memmap instance to close the memmap file.
Parameters