[Python-checkins] cpython (3.3): s/lightweight/minimal/, as per issue #11379.
antoine.pitrou
python-checkins at python.org
Sun Dec 22 01:58:00 CET 2013
http://hg.python.org/cpython/rev/b63258b6eb4d
changeset: 88127:b63258b6eb4d
branch: 3.3
parent: 88124:e5a9755c967c
user: Antoine Pitrou <solipsis at pitrou.net>
date: Sun Dec 22 01:57:01 2013 +0100
summary:
s/lightweight/minimal/, as per issue #11379.
files:
Doc/library/xml.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
--- 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
..
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list