[Python-checkins] r67352 - python/branches/release26-maint/Modules/Setup.dist

matthias.klose python-checkins at python.org
Sun Nov 23 14:53:05 CET 2008


Author: matthias.klose
Date: Sun Nov 23 14:53:03 2008
New Revision: 67352

Log:
- Fix typo in last checkin


Modified:
   python/branches/release26-maint/Modules/Setup.dist

Modified: python/branches/release26-maint/Modules/Setup.dist
==============================================================================
--- python/branches/release26-maint/Modules/Setup.dist	(original)
+++ python/branches/release26-maint/Modules/Setup.dist	Sun Nov 23 14:53:03 2008
@@ -179,7 +179,7 @@
 #_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
 


More information about the Python-checkins mailing list