diff options
Diffstat (limited to 'numpy/core/memmap.py')
-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 |