From 1794d8a4c4fe696170921e6d020e69553c92a20a Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sun, 23 Sep 2007 14:29:19 +0000 Subject: get the example working --- numpy/doc/example.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/doc/example.py') 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') : -- cgit v1.2.1