projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844dcfb
)
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
author
Zachary Ware
<zachary.ware@gmail.com>
Fri, 31 Jan 2014 17:30:36 +0000
(11:30 -0600)
committer
Zachary Ware
<zachary.ware@gmail.com>
Fri, 31 Jan 2014 17:30:36 +0000
(11:30 -0600)
Doc/library/xml.rst
patch
|
blob
|
history
diff --git
a/Doc/library/xml.rst
b/Doc/library/xml.rst
index c3a26f3c1db155513df22c4fa60370b0de8cc6d9..f793baec9b1534fd8fa4529c5bd17125b99bf044 100644
(file)
--- 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
..