]> 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:27:24 +0000 (11:27 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 31 Jan 2014 17:27:24 +0000 (11:27 -0600)
Doc/library/xml.rst

index d2dafa469ba50e512d45c40ac2d9956ff344b8f0..e56eb2c52c50dc1cb86d8cc2bd8ce92442da20b4 100644 (file)
@@ -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
 
 ..