summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-21 07:55:42 (GMT)
committerGeorg Brandl <georg@python.org>2011-03-21 07:55:42 (GMT)
commit7878020035325bfb666a54689f7ba3c377aeaf31 (patch)
treeda864038e7dd934fca5fcefd7104ea02679b0853 /Doc
parent4de99e8569825f128cad99958b7d3334ca7c7af0 (diff)
parent2f5cac6ab4dc24249239a24fe034eef7f82532dd (diff)
downloadcpython-7878020035325bfb666a54689f7ba3c377aeaf31.zip
cpython-7878020035325bfb666a54689f7ba3c377aeaf31.tar.gz
cpython-7878020035325bfb666a54689f7ba3c377aeaf31.tar.bz2
Merge to default.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/html.parser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst
index 8a0416e..06a3b1a 100644
--- a/Doc/library/html.parser.rst
+++ b/Doc/library/html.parser.rst
@@ -154,7 +154,7 @@ An exception is defined as well:
Method called when an unrecognized SGML declaration is read by the parser.
The *data* parameter will be the entire contents of the declaration inside
- the ``<!...>`` markup. It is sometimes useful to be be overridden by a
+ the ``<!...>`` markup. It is sometimes useful to be overridden by a
derived class; the base class implementation raises an :exc:`HTMLParseError`.