Correct elementtree module index entry.

(backport)
This commit is contained in:
Georg Brandl 2006-09-15 05:20:57 +00:00
parent 44850ea12a
commit fe20482a46

View 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.