commit | c96592da4da9adde1f1fff4ca64b8d663a2e20a2 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 22 01:57:01 2013 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 22 01:57:01 2013 +0100 |
tree | 58ea58b7d71613f309a41047a0d0a9addb72666c | |
parent | 62003247016be2ace7f60f5f02005c52c87b2f61 [diff] [blame] |
s/lightweight/minimal/, as per issue #11379.
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 @@ .. * :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 ..