commit | c82e27bf9a4b7ca679c3221b78cc30186572502d | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Fri Jan 31 11:27:24 2014 -0600 |
committer | Zachary Ware <zachary.ware@gmail.com> | Fri Jan 31 11:27:24 2014 -0600 |
tree | 0a7602ee2c152b1b64d8a1c3a135d68eb0fbc16c | |
parent | 3ac26c1bd2f86d8e514b81649be342be2f99ed39 [diff] [blame] |
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index d2dafa4..e56eb2c 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst
@@ -28,6 +28,7 @@ The XML handling submodules are: * :mod:`xml.etree.ElementTree`: the ElementTree API, a simple and lightweight + XML processor ..