summaryrefslogtreecommitdiff
path: root/numpy/doc/example.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2007-09-23 14:29:19 +0000
committerJarrod Millman <millman@berkeley.edu>2007-09-23 14:29:19 +0000
commit1794d8a4c4fe696170921e6d020e69553c92a20a (patch)
tree009bf1e40dcbe00f529868492bf61494bc837ef6 /numpy/doc/example.py
parent7afbac20de2dab458578b7575d10509664a7b237 (diff)
downloadnumpy-1794d8a4c4fe696170921e6d020e69553c92a20a.tar.gz
get the example working
Diffstat (limited to 'numpy/doc/example.py')
-rw-r--r--numpy/doc/example.py1
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') :