From: Matthias Klose Date: Sun, 23 Nov 2008 13:53:03 +0000 (+0000) Subject: - Fix typo in last checkin X-Git-Tag: v2.6.1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8babfb696e1d219a6367d45c6d25444022486fd;p=thirdparty%2FPython%2Fcpython.git - Fix typo in last checkin --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 97eec17e9134..5d7f680c211f 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