From: Antoine Pitrou Date: Sun, 22 Dec 2013 00:57:01 +0000 (+0100) Subject: s/lightweight/minimal/, as per issue #11379. X-Git-Tag: v3.4.0b2~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f20ea1399638d72f8d99df7960cdb31f37a31f81;p=thirdparty%2FPython%2Fcpython.git s/lightweight/minimal/, as per issue #11379. --- diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index d796d828ab8d..c0863e55ecac 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -33,7 +33,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 ..