]> 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 d796d828ab8d920e8d24c83647f2b75f3c125725..c0863e55ecacee43ac6f0f46e171a272a6b1f48e 100644 (file)
@@ -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
 
 ..