Correct elementtree module index entry.

This commit is contained in:
Georg Brandl 2006-09-15 05:22:24 +00:00
parent cdf6afde1a
commit c9ded90368
1 changed files with 1 additions and 1 deletions

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.