From c9ded90368d65018d3c2966e495edd4188e2e7e4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 15 Sep 2006 05:22:24 +0000 Subject: [PATCH] Correct elementtree module index entry. --- Doc/lib/libetree.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0