]> granicus.if.org Git - python/commitdiff
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 31 Jan 2014 17:30:36 +0000 (11:30 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 31 Jan 2014 17:30:36 +0000 (11:30 -0600)
Doc/library/xml.rst

index c3a26f3c1db155513df22c4fa60370b0de8cc6d9..f793baec9b1534fd8fa4529c5bd17125b99bf044 100644 (file)
@@ -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
 
 ..