summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-09-15 05:20:57 +0000
committerGeorg Brandl <georg@python.org>2006-09-15 05:20:57 +0000
commitfe20482a46cfdffb749332e184f3a91c676411bd (patch)
tree2dee32c0cff3d62120e7c4142be744cc6c420741
parent44850ea12a9a273bc76604957efe05507ba9638b (diff)
downloadcpython-git-fe20482a46cfdffb749332e184f3a91c676411bd.tar.gz
Correct elementtree module index entry.
(backport)
-rw-r--r--Doc/lib/libetree.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libetree.tex b/Doc/lib/libetree.tex
index 1f29887e74..32f142466c 100644
--- a/Doc/lib/libetree.tex
+++ b/Doc/lib/libetree.tex
@@ -1,5 +1,5 @@
\section{\module{elementtree} --- The xml.etree.ElementTree Module}
-\declaremodule{standard}{elementtree}
+\declaremodule{standard}{xml.etree.elementtree}
\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
\modulesynopsis{This module provides implementations
of the Element and ElementTree types, plus support classes.