Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8068ed

Browse files
committed
- Fix typo in last checkin
1 parent 8aea286 commit e8068ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Setup.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ _symtable symtablemodule.c
164164
#_collections _collectionsmodule.c # Container types
165165
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
166166
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
167-
#_functools functoolsmodule.c # Tools for working with functions and callable objects
167+
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
168168

169169
#unicodedata unicodedata.c # static Unicode character database
170170

0 commit comments

Comments
 (0)