summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-06-01 04:15:00 (GMT)
committerEli Bendersky <eliben@gmail.com>2012-06-01 04:15:00 (GMT)
commit1bf239446ff86faf097609cfbe1ef36cc81e602b (patch)
tree874ae5762ad5b12d79e3aece486d0f870799c4c3 /Doc
parent52467b167e28108509804d82fc050216fce3dc05 (diff)
downloadcpython-1bf239446ff86faf097609cfbe1ef36cc81e602b.zip
cpython-1bf239446ff86faf097609cfbe1ef36cc81e602b.tar.gz
cpython-1bf239446ff86faf097609cfbe1ef36cc81e602b.tar.bz2
fix trailing whitespace
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index 51ff1ee..335a6e2 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.