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 | f20ea1399638d72f8d99df7960cdb31f37a31f81 (patch) | |
tree | ffb09444c89b211062aca8203a2400c69d9df0b2 /Doc/library/xml.rst | |
parent | e8d07a988576b9c9f661ad38068dfba392242df5 (diff) | |
download | cpython-f20ea1399638d72f8d99df7960cdb31f37a31f81.zip cpython-f20ea1399638d72f8d99df7960cdb31f37a31f81.tar.gz cpython-f20ea1399638d72f8d99df7960cdb31f37a31f81.tar.bz2 |
s/lightweight/minimal/, as per issue #11379.
Diffstat (limited to 'Doc/library/xml.rst')
-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 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 .. |