]> granicus.if.org Git - python/commitdiff
Fix trailing whitespace
authorEli Bendersky <eliben@gmail.com>
Sat, 20 Apr 2013 12:54:29 +0000 (05:54 -0700)
committerEli Bendersky <eliben@gmail.com>
Sat, 20 Apr 2013 12:54:29 +0000 (05:54 -0700)
Doc/library/xml.etree.elementtree.rst

index 07ace48b7712fbc52311a7356a09710bd7744c9f..405512bf381786d3ab3bf9d3302435d5f188c187 100644 (file)
@@ -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::