diff options
Diffstat (limited to 'numpy/doc/example.py')
-rw-r--r-- | numpy/doc/example.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/doc/example.py b/numpy/doc/example.py index 295a69eda..d496e9fc2 100644 --- a/numpy/doc/example.py +++ b/numpy/doc/example.py @@ -17,7 +17,6 @@ import matplotlib as mpl # imports should usually be on separate lines __docformat__ = "restructuredtext en" -__all__ = [foo, newfunc, otherfunc]] def foo(var1, var2, long_var_name='hi') : |