diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:55:26 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:55:26 (GMT) |
commit | e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d (patch) | |
tree | 8cba64a8e05b7546e60aab62bd9ca2e723a7b13e /Modules | |
parent | 8aea2867451d0330c8135bdee61225aacd76c31f (diff) | |
download | cpython-e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d.zip cpython-e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d.tar.gz cpython-e8068edf1e8c95adcb9de2ab66bb96cecfcffa5d.tar.bz2 |
- Fix typo in last checkin
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.dist | 2 |
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 |