summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 1a9271bce..000d60341 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -94,7 +94,7 @@ testing --> NumpyTest
import add_newdocs
- __all__.extend(['add_newdocs','test'])
+ __all__.extend(['add_newdocs'])
if __doc__ is not None:
__doc__ += """