diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:53:03 +0000 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-23 13:53:03 +0000 |
commit | b8babfb696e1d219a6367d45c6d25444022486fd (patch) | |
tree | 4dec8385728aae7c9cf70119f1f50dd8a1942743 | |
parent | b19dd66833923f922bfc81cf9c1269570c15248d (diff) | |
download | cpython-git-b8babfb696e1d219a6367d45c6d25444022486fd.tar.gz |
- Fix typo in last checkin
-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 97eec17e91..5d7f680c21 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 |