- Fix typo in last checkin

This commit is contained in:
Matthias Klose 2008-11-23 13:53:03 +00:00
parent b19dd66833
commit b8babfb696
1 changed files with 1 additions and 1 deletions

View File

@ -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