diff options
Diffstat (limited to 'numpy/core/memmap.py')
-rw-r--r-- | numpy/core/memmap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/memmap.py b/numpy/core/memmap.py index c7705d263..14aa409c4 100644 --- a/numpy/core/memmap.py +++ b/numpy/core/memmap.py @@ -67,7 +67,6 @@ class memmap(ndarray): Examples -------- - >>> import numpy as np >>> data = np.arange(12, dtype='float32') >>> data.resize((3,4)) |