s/lightweight/minimal/, as per issue #11379.

This commit is contained in:
Antoine Pitrou 2013-12-22 01:57:45 +01:00
commit a936c40ede
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ The XML handling submodules are:
.. ..
* :mod:`xml.dom`: the DOM API definition * :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 * :mod:`xml.dom.pulldom`: support for building partial DOM trees
.. ..