diff options
author | Alan McIntyre <alan.mcintyre@local> | 2008-07-02 01:15:06 +0000 |
---|---|---|
committer | Alan McIntyre <alan.mcintyre@local> | 2008-07-02 01:15:06 +0000 |
commit | aa26afb8fbb6901bed42e895e410728b0dd1f6bc (patch) | |
tree | ce60c447f698888c62300b3fa0aaba83b3b7b9a7 /numpy/core/memmap.py | |
parent | bc01c96daf61de61046c5ac7d17a80ab35ccd0ef (diff) | |
download | numpy-aa26afb8fbb6901bed42e895e410728b0dd1f6bc.tar.gz |
Update doctests to use the implicit "import numpy as np" made available
to all doctests.
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)) |