Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 261b8e2

Browse files
committed
Whitespace correction...
1 parent bc7cbcb commit 261b8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def detect_modules(self):
174174
exts.append( Extension('operator', ['operator.c']) )
175175
# access to the builtin codecs and codec registry
176176
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
177-
# Python C API test module
177+
# Python C API test module
178178
exts.append( Extension('_test', ['_testmodule.c']) )
179179
# static Unicode character database
180180
exts.append( Extension('unicodedata', ['unicodedata.c']) )

0 commit comments

Comments
 (0)