From c82e27bf9a4b7ca679c3221b78cc30186572502d Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 31 Jan 2014 11:27:24 -0600 Subject: [PATCH] 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 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 .. -- 2.50.1