From: Georg Brandl Date: Fri, 15 Sep 2006 05:20:57 +0000 (+0000) Subject: Correct elementtree module index entry. X-Git-Tag: v2.5~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe20482a46cfdffb749332e184f3a91c676411bd;p=python Correct elementtree module index entry. (backport) --- 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.