From: Georg Brandl Date: Mon, 21 Mar 2011 07:55:16 +0000 (+0100) Subject: Fix duplicate word. X-Git-Tag: v2.7.2rc1~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6dc81df2b7eef1eff4520e73c9e91679db338be;p=thirdparty%2FPython%2Fcpython.git Fix duplicate word. --- diff --git a/Doc/library/htmlparser.rst b/Doc/library/htmlparser.rst index 7b0ce03a07be..c114bf83c59d 100644 --- a/Doc/library/htmlparser.rst +++ b/Doc/library/htmlparser.rst @@ -158,7 +158,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 throws an :exc:`HTMLParseError`.