summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
diff options
context:
space:
mode:
authorAlan McIntyre <alan.mcintyre@local>2008-07-02 01:15:06 +0000
committerAlan McIntyre <alan.mcintyre@local>2008-07-02 01:15:06 +0000
commitaa26afb8fbb6901bed42e895e410728b0dd1f6bc (patch)
treece60c447f698888c62300b3fa0aaba83b3b7b9a7 /numpy/core/memmap.py
parentbc01c96daf61de61046c5ac7d17a80ab35ccd0ef (diff)
downloadnumpy-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.py1
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))