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 dd09b8e28..5bc314efc 100644 --- a/numpy/core/memmap.py +++ b/numpy/core/memmap.py @@ -74,7 +74,7 @@ class memmap(ndarray): Given a memmap ``fp``, ``isinstance(fp, numpy.ndarray)`` returns ``True``. - Notes + Notes ----- Memory-mapped arrays use the the Python memory-map object which |