[Python-checkins] cpython: fix trailing whitespace

eli.bendersky python-checkins at python.org
Fri Jun 1 06:16:50 CEST 2012


http://hg.python.org/cpython/rev/925383843063
changeset:   77276:925383843063
user:        Eli Bendersky <eliben at gmail.com>
date:        Fri Jun 01 07:15:00 2012 +0300
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
@@ -767,7 +767,7 @@
    :class:`Element` structure builder for XML source data, based on the expat
    parser.  *html* are predefined HTML entities.  This flag is not supported by
    the current implementation.  *target* is the target object.  If omitted, the
-   builder uses an instance of the standard :class:`TreeBuilder` class. 
+   builder uses an instance of the standard :class:`TreeBuilder` class.
    *encoding* [1]_ is optional.  If given, the value overrides the encoding
    specified in the XML file.
 

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


More information about the Python-checkins mailing list