]> granicus.if.org Git - python/commitdiff
Correct elementtree module index entry.
authorGeorg Brandl <georg@python.org>
Fri, 15 Sep 2006 05:20:57 +0000 (05:20 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 15 Sep 2006 05:20:57 +0000 (05:20 +0000)
 (backport)

Doc/lib/libetree.tex

index 1f29887e741972e402443c07a9a163a9393627e6..32f142466c11283bd8b1466a9caa9c5001667e98 100644 (file)
@@ -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.