]> granicus.if.org Git - python/commitdiff
s/lightweight/minimal/, as per issue #11379.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 22 Dec 2013 00:57:01 +0000 (01:57 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 22 Dec 2013 00:57:01 +0000 (01:57 +0100)
Doc/library/xml.rst

index 1ec0978956abefa5d30ba5a4e38b07b0c8ddfe09..10479840b86c53c9ab232ceb09b3b156b1daf76e 100644 (file)
@@ -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
 
 ..