diff options
-rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index a5802f502..aa4b03915 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -252,7 +252,7 @@ def check_types(config_cmd, ext, build_dir): 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 |