Skip to content

Commit cd1f158

Browse files
committed
Merge pull request #151 from ThomasWaldmann/patch-1
fix typo in setup.py
2 parents aa209ab + c3a3f9b commit cd1f158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def build_extension(self, ext):
4949
try:
5050
return build_ext.build_extension(self, ext)
5151
except Exception as e:
52-
print("WARNING: Failed to compile extensiom modules.")
52+
print("WARNING: Failed to compile extension modules.")
5353
print("msgpack uses fallback pure python implementation.")
5454
print(e)
5555

0 commit comments

Comments
 (0)