[Python-checkins] cpython (2.7): 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:31 CET 2014


http://hg.python.org/cpython/rev/ea1f2f1f84a7
changeset:   88859:ea1f2f1f84a7
branch:      2.7
parent:      88842:78a721fa9b67
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 31 11:27:24 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
@@ -28,6 +28,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