summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-31 17:31:14 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-31 17:31:14 (GMT)
commit607bc3dd8221664550941b611d56b3455d473368 (patch)
treebffa491ab701f70e737d18cbfdd14e9c2262d2e4
parentfe0f0b050d3224de6c767bcd42d70f42800b0967 (diff)
parent19c1f3dce679f3dfc4142c1c0023cfb902bbb72c (diff)
downloadcpython-607bc3dd8221664550941b611d56b3455d473368.zip
cpython-607bc3dd8221664550941b611d56b3455d473368.tar.gz
cpython-607bc3dd8221664550941b611d56b3455d473368.tar.bz2
Merge with 3.3
-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
..