mirror of https://github.com/python/cpython.git
- Fix typo in last checkin
This commit is contained in:
parent
8aea286745
commit
e8068edf1e
|
@ -164,7 +164,7 @@ _symtable symtablemodule.c
|
|||
#_collections _collectionsmodule.c # Container types
|
||||
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
||||
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
|
||||
#_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
|
||||
|
||||
|
|
Loading…
Reference in New Issue