summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-11-23 13:55:26 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-11-23 13:55:26 (GMT)
commite8068edf1e8c95adcb9de2ab66bb96cecfcffa5d (patch)
tree8cba64a8e05b7546e60aab62bd9ca2e723a7b13e /Modules
parent8aea2867451d0330c8135bdee61225aacd76c31f (diff)
downloadcpython-e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d.zip
cpython-e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d.tar.gz
cpython-e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d.tar.bz2
- Fix typo in last checkin
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index f162747..688b1f4 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -164,7 +164,7 @@ _symtable symtablemodule.c
#_collections _collectionsmodule.c # Container types
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
-#_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