From: Georg Brandl Date: Fri, 15 Sep 2006 05:22:24 +0000 (+0000) Subject: Correct elementtree module index entry. X-Git-Tag: v2.6a1~2660 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9ded90368d65018d3c2966e495edd4188e2e7e4;p=thirdparty%2FPython%2Fcpython.git Correct elementtree module index entry. --- diff --git a/Doc/lib/libetree.tex b/Doc/lib/libetree.tex index 1f29887e7419..32f142466c11 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.