From: Zachary Ware Date: Fri, 31 Jan 2014 17:30:36 +0000 (-0600) Subject: Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. X-Git-Tag: v3.4.0rc1~153^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19c1f3dce679f3dfc4142c1c0023cfb902bbb72c;p=thirdparty%2FPython%2Fcpython.git Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. --- diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index c3a26f3c1db1..f793baec9b15 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -29,6 +29,7 @@ definition of the Python bindings for the DOM and SAX interfaces. The XML handling submodules are: * :mod:`xml.etree.ElementTree`: the ElementTree API, a simple and lightweight + XML processor ..