summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 869a592d8..edb1d3db3 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -40,7 +40,7 @@ else:
return loader(*packages, **options)
import add_newdocs
- __all__ = ['add_newdocs',]
+ __all__ = ['add_newdocs']
pkgload.__doc__ = PackageLoader.__call__.__doc__
import testing