Skip to content

Commit bea0081

Browse files
committed
- Modules/Setup.dist: Fix typo in last checkin
1 parent 2a6beb3 commit bea0081

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
@@ -165,7 +165,7 @@ _symtable symtablemodule.c
165165
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
166166
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
167167
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
168-
#_elementtreee _elementtree.c # elementtree accelerator
168+
#_elementtree _elementtree.c # elementtree accelerator
169169
#_pickle _pickle.c # pickle accelerator
170170

171171
#unicodedata unicodedata.c # static Unicode character database

0 commit comments

Comments
 (0)