summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-04-20 05:54:29 -0700
committerEli Bendersky <eliben@gmail.com>2013-04-20 05:54:29 -0700
commita967f48376722b23cdb48ee2f8559aaf5cd3d368 (patch)
tree6df6e492534262de37976fd4cf83a4b95b878706 /Doc
parent90798e8587c40f3fcfeb2def9fca8309b476bd2c (diff)
downloadcpython-a967f48376722b23cdb48ee2f8559aaf5cd3d368.tar.gz
Fix trailing whitespace
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index 07ace48b77..405512bf38 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -390,7 +390,7 @@ Functions
Note that while :func:`iterparse` builds the tree incrementally, it issues
blocking reads on *source* (or the file it names). As such, it's unsuitable
for asynchronous applications where blocking reads can't be made. For fully
- asynchronous parsing, see :class:`IncrementalParser`.
+ asynchronous parsing, see :class:`IncrementalParser`.
.. note::