From: Zachary Ware Date: Fri, 31 Jan 2014 17:27:24 +0000 (-0600) Subject: Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. X-Git-Tag: v2.7.8~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c82e27bf9a4b7ca679c3221b78cc30186572502d;p=python 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 d2dafa469b..e56eb2c52c 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -28,6 +28,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 ..