diff options
author | Robert Kern <robert.kern@gmail.com> | 2010-05-24 17:03:41 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2010-05-24 17:03:41 +0000 |
commit | 5ab03fb56e40dd5ec20535297d1c2602e8ad17a1 (patch) | |
tree | 88c76f63061d098477a687024cb2f25b7ef223aa | |
parent | f859af0b27132c3d8dc242a7bcbd9d1ae62b1c72 (diff) | |
download | numpy-5ab03fb56e40dd5ec20535297d1c2602e8ad17a1.tar.gz |
BUG: typo.
-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 |