[Numpy-svn] r8435 - trunk/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Mon May 24 13:03:42 EDT 2010


Author: rkern
Date: 2010-05-24 12:03:41 -0500 (Mon, 24 May 2010)
New Revision: 8435

Modified:
   trunk/numpy/core/setup.py
Log:
BUG: typo.

Modified: trunk/numpy/core/setup.py
===================================================================
--- trunk/numpy/core/setup.py	2010-05-24 15:47:32 UTC (rev 8434)
+++ trunk/numpy/core/setup.py	2010-05-24 17:03:41 UTC (rev 8435)
@@ -252,7 +252,7 @@
     result = config_cmd.check_header('Python.h')
     if not result:
         raise SystemError(
-                "Cannot compiler 'Python.h'. Perhaps you need to "\
+                "Cannot compile 'Python.h'. Perhaps you need to "\
                 "install python-dev|python-devel.")
 
     # Check basic types sizes




More information about the Numpy-svn mailing list