Commit 261b8e26 authored by Marc-André Lemburg's avatar Marc-André Lemburg

Whitespace correction...

parent bc7cbcbc
......@@ -174,7 +174,7 @@ class PyBuildExt(build_ext):
exts.append( Extension('operator', ['operator.c']) )
# access to the builtin codecs and codec registry
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
# Python C API test module
# Python C API test module
exts.append( Extension('_test', ['_testmodule.c']) )
# static Unicode character database
exts.append( Extension('unicodedata', ['unicodedata.c']) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment