From c96592da4da9adde1f1fff4ca64b8d663a2e20a2 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 22 Dec 2013 01:57:01 +0100 Subject: [PATCH] s/lightweight/minimal/, as per issue #11379. --- Doc/library/xml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index 1ec0978956..10479840b8 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -32,7 +32,7 @@ The XML handling submodules are: .. * :mod:`xml.dom`: the DOM API definition -* :mod:`xml.dom.minidom`: a lightweight DOM implementation +* :mod:`xml.dom.minidom`: a minimal DOM implementation * :mod:`xml.dom.pulldom`: support for building partial DOM trees .. -- 2.50.1