commit | f20ea1399638d72f8d99df7960cdb31f37a31f81 | [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 | ffb09444c89b211062aca8203a2400c69d9df0b2 | |
parent | e8d07a988576b9c9f661ad38068dfba392242df5 [diff] |
s/lightweight/minimal/, as per issue #11379.
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 @@ .. * :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 ..