We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa209ab + c3a3f9b commit cd1f158Copy full SHA for cd1f158
setup.py
@@ -49,7 +49,7 @@ def build_extension(self, ext):
49
try:
50
return build_ext.build_extension(self, ext)
51
except Exception as e:
52
- print("WARNING: Failed to compile extensiom modules.")
+ print("WARNING: Failed to compile extension modules.")
53
print("msgpack uses fallback pure python implementation.")
54
print(e)
55
0 commit comments