summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-04-20 12:54:29 (GMT)
committerEli Bendersky <eliben@gmail.com>2013-04-20 12:54:29 (GMT)
commit10e0af84935114eea26c2f0c624fe61a5a0307c8 (patch)
tree5b1a7f4d52e06e82b970bb5dbea239d476198c03
parentab2a76c8a823941e01a5a672fc7da021df0b6f68 (diff)
downloadcpython-10e0af84935114eea26c2f0c624fe61a5a0307c8.zip
cpython-10e0af84935114eea26c2f0c624fe61a5a0307c8.tar.gz
cpython-10e0af84935114eea26c2f0c624fe61a5a0307c8.tar.bz2
Fix trailing whitespace
-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 07ace48..405512b 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::