[Numpy-svn] r8101 - trunk/numpy/testing

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Feb 9 03:40:23 EST 2010


Author: cdavid
Date: 2010-02-09 02:40:23 -0600 (Tue, 09 Feb 2010)
New Revision: 8101

Modified:
   trunk/numpy/testing/utils.py
Log:
BUG: fix typo.

Modified: trunk/numpy/testing/utils.py
===================================================================
--- trunk/numpy/testing/utils.py	2010-02-09 08:40:09 UTC (rev 8100)
+++ trunk/numpy/testing/utils.py	2010-02-09 08:40:23 UTC (rev 8101)
@@ -1152,7 +1152,7 @@
 
     t = np.common_type(x, y)
     if np.iscomplexobj(x) or np.iscomplexobj(y):
-        raise NotImplementerError("_nulp not implemented for complex array")
+        raise NotImplementedError("_nulp not implemented for complex array")
 
     x = np.array(x, dtype=t)
     y = np.array(y, dtype=t)




More information about the Numpy-svn mailing list