]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Fix typo in last checkin
authorMatthias Klose <doko@ubuntu.com>
Sun, 23 Nov 2008 13:55:26 +0000 (13:55 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sun, 23 Nov 2008 13:55:26 +0000 (13:55 +0000)
Modules/Setup.dist

index f162747b1972939cdb2ff483ee200ab2d60c2b53..688b1f4a9ac5d8a641830757e6ef467710ff74dd 100644 (file)
@@ -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