summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-22 00:57:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-22 00:57:01 (GMT)
commitc96592da4da9adde1f1fff4ca64b8d663a2e20a2 (patch)
tree58ea58b7d71613f309a41047a0d0a9addb72666c
parent62003247016be2ace7f60f5f02005c52c87b2f61 (diff)
downloadcpython-c96592da4da9adde1f1fff4ca64b8d663a2e20a2.zip
cpython-c96592da4da9adde1f1fff4ca64b8d663a2e20a2.tar.gz
cpython-c96592da4da9adde1f1fff4ca64b8d663a2e20a2.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 1ec0978..1047984 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
..