From 261b8e26f199b8e548d9cf81fc4a94820a5a83db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Fri, 2 Feb 2001 12:12:44 +0000 Subject: Whitespace correction... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55df4de..1c1ec13 100644 --- a/setup.py +++ b/setup.py @@ -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']) ) -- cgit v0.12