From: Antoine Pitrou Date: Sun, 22 Dec 2013 00:57:01 +0000 (+0100) Subject: s/lightweight/minimal/, as per issue #11379. X-Git-Tag: v2.7.8~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c96592da4da9adde1f1fff4ca64b8d663a2e20a2;p=python s/lightweight/minimal/, as per issue #11379. --- 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 ..