summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-28 20:01:34 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-28 20:01:34 +0000
commit527937eb3df319c23a9ccfe26558739acec14e8c (patch)
tree7f5ac82ac44d4023df0903ed97f858629d6bb1fa /numpy/lib/function_base.py
parent0f23250d0f7f84f1c69ccd85d13338714343d4c1 (diff)
downloadnumpy-527937eb3df319c23a9ccfe26558739acec14e8c.tar.gz
Fix sundry errors.
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index 9df31f463..d8cd30f2c 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -1,4 +1,4 @@
-u__all__ = ['logspace', 'linspace',
+__all__ = ['logspace', 'linspace',
'select', 'piecewise', 'trim_zeros',
'copy', 'iterable', #'base_repr', 'binary_repr',
'diff', 'gradient', 'angle', 'unwrap', 'sort_complex', 'disp',