From db71f17dba09056a18ff18fabac1e369ca94d71f Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 8 Mar 2005 15:17:44 +0000 Subject: [PATCH] typo fixed [SVN r27577] --- test/numpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/numpy.py b/test/numpy.py index ce07a5de..e95bac88 100644 --- a/test/numpy.py +++ b/test/numpy.py @@ -5,7 +5,7 @@ # Unfortunately the doctest module works differently in Python versions # 2.2, 2.3, and 2.4. Newer versions evaluate all docstrings, even that # of objects with names starting with an underscore. To portably disable -# tests based on the availability of Numeric and Numpy, the corresponding +# tests based on the availability of Numeric and numarray, the corresponding # test functions are simply deleted below if necessary. def numeric_tests():