diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-08 12:46:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-08 12:46:26 -0700 |
commit | 52e5ddcb56b6b91b0f223a0d952d97a387af6d62 (patch) | |
tree | 901f32c35039f434b52f9d5d4a1abd5705b0c422 /numpy | |
parent | fdf4926b7af50707461f3fe96ede865dd7dfb0e6 (diff) | |
parent | a282a24946e433df3fed44639e02c66403979199 (diff) | |
download | numpy-52e5ddcb56b6b91b0f223a0d952d97a387af6d62.tar.gz |
Merge pull request #10694 from lumbric/patch-2
DOC: Improve docstring of memmap
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/memmap.py | 2 |
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 |