[Python-checkins] cpython (3.3): Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs at .

zach.ware python-checkins at python.org
Fri Jan 31 18:31:32 CET 2014


http://hg.python.org/cpython/rev/d080214883aa
changeset:   88860:d080214883aa
branch:      3.3
parent:      88835:ecb272bae417
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 31 11:30:36 2014 -0600
summary:
  Fix unfinished thought in xml overview page.  Suggested by Bo Bayles on docs at .

files:
  Doc/library/xml.rst |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -29,6 +29,7 @@
 The XML handling submodules are:
 
 * :mod:`xml.etree.ElementTree`: the ElementTree API, a simple and lightweight
+  XML processor
 
 ..
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list