diff options
author | Georg Brandl <georg@python.org> | 2006-09-15 05:20:57 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-09-15 05:20:57 +0000 |
commit | fe20482a46cfdffb749332e184f3a91c676411bd (patch) | |
tree | 2dee32c0cff3d62120e7c4142be744cc6c420741 | |
parent | 44850ea12a9a273bc76604957efe05507ba9638b (diff) | |
download | cpython-git-fe20482a46cfdffb749332e184f3a91c676411bd.tar.gz |
Correct elementtree module index entry.
(backport)
-rw-r--r-- | Doc/lib/libetree.tex | 2 |
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. |