diff options
author | Georg Brandl <georg@python.org> | 2006-09-15 05:22:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-09-15 05:22:24 (GMT) |
commit | c9ded90368d65018d3c2966e495edd4188e2e7e4 (patch) | |
tree | 2627496e90dca0fda5fedcc50afaaa8d65475cff | |
parent | cdf6afde1ae45e41965100e40a0d765311c2088a (diff) | |
download | cpython-c9ded90368d65018d3c2966e495edd4188e2e7e4.zip cpython-c9ded90368d65018d3c2966e495edd4188e2e7e4.tar.gz cpython-c9ded90368d65018d3c2966e495edd4188e2e7e4.tar.bz2 |
Correct elementtree module index entry.
-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 1f29887..32f1424 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. |