[Python-checkins] r51884 - python/branches/release25-maint/Doc/lib/libetree.tex

georg.brandl python-checkins at python.org
Fri Sep 15 07:20:57 CEST 2006


Author: georg.brandl
Date: Fri Sep 15 07:20:57 2006
New Revision: 51884

Modified:
   python/branches/release25-maint/Doc/lib/libetree.tex
Log:
Correct elementtree module index entry.
 (backport)

Modified: python/branches/release25-maint/Doc/lib/libetree.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libetree.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libetree.tex	Fri Sep 15 07:20:57 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