diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-22 00:57:01 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-22 00:57:01 (GMT) |
commit | c96592da4da9adde1f1fff4ca64b8d663a2e20a2 (patch) | |
tree | 58ea58b7d71613f309a41047a0d0a9addb72666c | |
parent | 62003247016be2ace7f60f5f02005c52c87b2f61 (diff) | |
download | cpython-c96592da4da9adde1f1fff4ca64b8d663a2e20a2.zip cpython-c96592da4da9adde1f1fff4ca64b8d663a2e20a2.tar.gz cpython-c96592da4da9adde1f1fff4ca64b8d663a2e20a2.tar.bz2 |
s/lightweight/minimal/, as per issue #11379.
-rw-r--r-- | Doc/library/xml.rst | 2 |
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 .. |