[Python-checkins] r51885 - python/trunk/Doc/lib/libetree.tex

georg.brandl python-checkins at python.org
Fri Sep 15 07:22:24 CEST 2006


Author: georg.brandl
Date: Fri Sep 15 07:22:24 2006
New Revision: 51885

Modified:
   python/trunk/Doc/lib/libetree.tex
Log:
Correct elementtree module index entry.



Modified: python/trunk/Doc/lib/libetree.tex
==============================================================================
--- python/trunk/Doc/lib/libetree.tex	(original)
+++ python/trunk/Doc/lib/libetree.tex	Fri Sep 15 07:22:24 2006
@@ -1,5 +1,5 @@
 \section{\module{elementtree} --- The xml.etree.ElementTree Module}
-\declaremodule{standard}{elementtree}
+\declaremodule{standard}{xml.etree.elementtree}
 \moduleauthor{Fredrik Lundh}{fredrik at pythonware.com}
 \modulesynopsis{This module provides implementations
 of the Element and ElementTree types, plus support classes.


More information about the Python-checkins mailing list