summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-11-23 13:53:03 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-11-23 13:53:03 (GMT)
commitb8babfb696e1d219a6367d45c6d25444022486fd (patch)
tree4dec8385728aae7c9cf70119f1f50dd8a1942743
parentb19dd66833923f922bfc81cf9c1269570c15248d (diff)
downloadcpython-b8babfb696e1d219a6367d45c6d25444022486fd.zip
cpython-b8babfb696e1d219a6367d45c6d25444022486fd.tar.gz
cpython-b8babfb696e1d219a6367d45c6d25444022486fd.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