[Numpy-svn] r6393 - branches/coremath/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Feb 18 12:29:40 EST 2009


Author: cdavid
Date: 2009-02-18 11:29:21 -0600 (Wed, 18 Feb 2009)
New Revision: 6393

Modified:
   branches/coremath/numpy/core/setup.py
Log:
Typo.

Modified: branches/coremath/numpy/core/setup.py
===================================================================
--- branches/coremath/numpy/core/setup.py	2009-02-18 17:28:57 UTC (rev 6392)
+++ branches/coremath/numpy/core/setup.py	2009-02-18 17:29:21 UTC (rev 6393)
@@ -394,7 +394,7 @@
     # npymath needs the config.h and numpyconfig.h files to be generated, but
     # build_clib cannot handle generate_config_h and generate_numpyconfig_h
     # (don't ask). Because clib are generated before extensions, we have to
-    # explicitely add an extension which has generate_config_h and
+    # explicitly add an extension which has generate_config_h and
     # generate_numpyconfig_h as sources *before* adding npymath.
     config.add_library('npymath', 
             sources=[join('src', 'npy_math.c.src')],




More information about the Numpy-svn mailing list