From: Eli Bendersky Date: Sat, 20 Apr 2013 12:54:29 +0000 (-0700) Subject: Fix trailing whitespace X-Git-Tag: v3.4.0a1~874 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10e0af84935114eea26c2f0c624fe61a5a0307c8;p=thirdparty%2FPython%2Fcpython.git Fix trailing whitespace --- diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 07ace48b7712..405512bf3817 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::