Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aea286 commit e8068edCopy full SHA for e8068ed
1 file changed
Modules/Setup.dist
@@ -164,7 +164,7 @@ _symtable symtablemodule.c
164
#_collections _collectionsmodule.c # Container types
165
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
166
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
167
-#_functools functoolsmodule.c # Tools for working with functions and callable objects
+#_functools _functoolsmodule.c # Tools for working with functions and callable objects
168
169
#unicodedata unicodedata.c # static Unicode character database
170
0 commit comments