diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-01-31 17:30:36 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-01-31 17:30:36 (GMT) |
commit | 19c1f3dce679f3dfc4142c1c0023cfb902bbb72c (patch) | |
tree | 2a7373ab584d2c2819a244f04140a6660289e483 | |
parent | 844dcfbf59b6c26ade093a9801cf454554fc0e57 (diff) | |
download | cpython-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.rst | 1 |
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 .. |