summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-11-26 18:28:07 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-11-26 18:28:07 (GMT)
commitbea0081fb4ef24f612fa4734c60d6592ada69756 (patch)
tree59f7a19a13deeb963e8c48e040a4a406fb868807 /Modules/Setup.dist
parent2a6beb3439b2f83c7430a593b52e9e8ecc451c4c (diff)
downloadcpython-bea0081fb4ef24f612fa4734c60d6592ada69756.zip
cpython-bea0081fb4ef24f612fa4734c60d6592ada69756.tar.gz
cpython-bea0081fb4ef24f612fa4734c60d6592ada69756.tar.bz2
- Modules/Setup.dist: Fix typo in last checkin
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 71849bf..9487b1e 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -165,7 +165,7 @@ _symtable symtablemodule.c
#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
-#_elementtreee _elementtree.c # elementtree accelerator
+#_elementtree _elementtree.c # elementtree accelerator
#_pickle _pickle.c # pickle accelerator
#unicodedata unicodedata.c # static Unicode character database