From f20ea1399638d72f8d99df7960cdb31f37a31f81 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 d796d828ab8..c0863e55eca 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 ..