From: Georg Brandl Date: Mon, 21 Mar 2011 07:55:16 +0000 (+0100) Subject: Fix duplicate word. X-Git-Tag: v3.2.1b1~239^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82d8ec5eef84c54bd5b56dece42b5ceb74e6b8db;p=python Fix duplicate word. --- diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst index 2bc655510b..1fa11a2ef0 100644 --- a/Doc/library/html.parser.rst +++ b/Doc/library/html.parser.rst @@ -144,7 +144,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`.