From 19c1f3dce679f3dfc4142c1c0023cfb902bbb72c Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 31 Jan 2014 11:30:36 -0600 Subject: Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. --- Doc/library/xml.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index c3a26f3..f793bae 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 .. -- cgit v0.12