From 10e0af84935114eea26c2f0c624fe61a5a0307c8 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 20 Apr 2013 05:54:29 -0700 Subject: [PATCH] Fix trailing whitespace --- Doc/library/xml.etree.elementtree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 07ace48b771..405512bf381 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::