summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-22 00:57:45 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-22 00:57:45 (GMT)
commita936c40ede4583f8ac94362eced17325ae780abc (patch)
tree19e68d0ad654eee57a0e417807e9cb3de8cabfb2
parent3cfc2aefecd4ae0e837b912c28b7fe2cb5d91460 (diff)
parentf20ea1399638d72f8d99df7960cdb31f37a31f81 (diff)
downloadcpython-a936c40ede4583f8ac94362eced17325ae780abc.zip
cpython-a936c40ede4583f8ac94362eced17325ae780abc.tar.gz
cpython-a936c40ede4583f8ac94362eced17325ae780abc.tar.bz2
s/lightweight/minimal/, as per issue #11379.
-rw-r--r--Doc/library/xml.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
index d796d82..c0863e5 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
..