Skip to content

Commit

Permalink
BUG: typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkern committed May 24, 2010
1 parent f859af0 commit 5ab03fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ab03fb

Please sign in to comment.