summaryrefslogtreecommitdiff
path: root/numpy/numarray/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/util.py')
-rw-r--r--numpy/numarray/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/util.py b/numpy/numarray/util.py
index 01002f194..3f0fc20d0 100644
--- a/numpy/numarray/util.py
+++ b/numpy/numarray/util.py
@@ -1,7 +1,7 @@
import os
import numpy
-__all__ = ['MathDomainError', 'UnderflowError', 'NumOverflowError',
+__all__ = ['MathDomainError', 'UnderflowError', 'NumOverflowError',
'handleError', 'get_numarray_include_dirs']
class MathDomainError(ArithmeticError): pass