summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-11-23 13:54:42 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-11-23 13:54:42 (GMT)
commit75bfcbaf888241b53926a87efa26e084b6a2d78e (patch)
treea93a0195c9586b7d3e00fe834707d6a5afefc271
parent225d60c31ed592655f6a6723646abdc727f38b14 (diff)
downloadcpython-75bfcbaf888241b53926a87efa26e084b6a2d78e.zip
cpython-75bfcbaf888241b53926a87efa26e084b6a2d78e.tar.gz
cpython-75bfcbaf888241b53926a87efa26e084b6a2d78e.tar.bz2
- Fix typo in last checkin
-rw-r--r--Modules/Setup.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 97eec17..5d7f680 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -179,7 +179,7 @@ GLHACK=-Dclear=__GLclear
#_collections _collectionsmodule.c # Container types
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
#strop stropmodule.c # String manipulations
-#_functools functoolsmodule.c # Tools for working with functions and callable objects
+#_functools _functoolsmodule.c # Tools for working with functions and callable objects
#unicodedata unicodedata.c # static Unicode character database