Skip to content

Commit

Permalink
MAINT: fixed typo 'Mismacth' from numpy.core.setup_common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
minho42 committed Apr 29, 2019
1 parent 6e249b9 commit 0f9fc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_api_versions(apiversion, codegen_dir):
return curapi_hash, apis_hash[apiversion]

def check_api_version(apiversion, codegen_dir):
"""Emits a MismacthCAPIWarning if the C API version needs updating."""
"""Emits a MismatchCAPIWarning if the C API version needs updating."""
curapi_hash, api_hash = get_api_versions(apiversion, codegen_dir)

# If different hash, it means that the api .txt files in
Expand Down

0 comments on commit 0f9fc43

Please sign in to comment.