Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7cbcb commit 261b8e2Copy full SHA for 261b8e2
1 file changed
setup.py
@@ -174,7 +174,7 @@ def detect_modules(self):
174
exts.append( Extension('operator', ['operator.c']) )
175
# access to the builtin codecs and codec registry
176
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
177
- # Python C API test module
+ # Python C API test module
178
exts.append( Extension('_test', ['_testmodule.c']) )
179
# static Unicode character database
180
exts.append( Extension('unicodedata', ['unicodedata.c']) )
0 commit comments