From: Eli Bendersky Date: Fri, 1 Jun 2012 04:15:00 +0000 (+0300) Subject: fix trailing whitespace X-Git-Tag: v3.3.0b1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bf239446ff86faf097609cfbe1ef36cc81e602b;p=python fix trailing whitespace --- diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 51ff1ee58a..335a6e2cef 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -767,7 +767,7 @@ XMLParser Objects :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.