diff options
author | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 14:29:19 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2007-09-23 14:29:19 +0000 |
commit | 1794d8a4c4fe696170921e6d020e69553c92a20a (patch) | |
tree | 009bf1e40dcbe00f529868492bf61494bc837ef6 /numpy/doc/example.py | |
parent | 7afbac20de2dab458578b7575d10509664a7b237 (diff) | |
download | numpy-1794d8a4c4fe696170921e6d020e69553c92a20a.tar.gz |
get the example working
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') : |