From b8babfb696e1d219a6367d45c6d25444022486fd Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 23 Nov 2008 13:53:03 +0000 Subject: [PATCH] - Fix typo in last checkin --- Modules/Setup.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 97eec17e913..5d7f680c211 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