[Python-checkins] cpython: Fix trailing whitespace

eli.bendersky python-checkins at python.org
Sat Apr 20 14:56:46 CEST 2013


http://hg.python.org/cpython/rev/391164353bf5
changeset:   83461:391164353bf5
user:        Eli Bendersky <eliben at gmail.com>
date:        Sat Apr 20 05:54:29 2013 -0700
summary:
  Fix trailing whitespace

files:
  Doc/library/xml.etree.elementtree.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -390,7 +390,7 @@
    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::
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list