summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2001-02-02 12:12:44 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2001-02-02 12:12:44 (GMT)
commit261b8e26f199b8e548d9cf81fc4a94820a5a83db (patch)
tree3b8a3139c0218e711b3dfdd2770bfa5dbad5dff6
parentbc7cbcbc8f45a95dd715aa37ac5a4fc41070ace0 (diff)
downloadcpython-261b8e26f199b8e548d9cf81fc4a94820a5a83db.zip
cpython-261b8e26f199b8e548d9cf81fc4a94820a5a83db.tar.gz
cpython-261b8e26f199b8e548d9cf81fc4a94820a5a83db.tar.bz2
Whitespace correction...
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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']) )