summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-31 17:30:36 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-31 17:30:36 (GMT)
commit19c1f3dce679f3dfc4142c1c0023cfb902bbb72c (patch)
tree2a7373ab584d2c2819a244f04140a6660289e483
parent844dcfbf59b6c26ade093a9801cf454554fc0e57 (diff)
downloadcpython-19c1f3dce679f3dfc4142c1c0023cfb902bbb72c.zip
cpython-19c1f3dce679f3dfc4142c1c0023cfb902bbb72c.tar.gz
cpython-19c1f3dce679f3dfc4142c1c0023cfb902bbb72c.tar.bz2
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
-rw-r--r--Doc/library/xml.rst1
1 files changed, 1 insertions, 0 deletions
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
..