]> granicus.if.org Git - python/commitdiff
Fix duplicate word.
authorGeorg Brandl <georg@python.org>
Mon, 21 Mar 2011 07:55:16 +0000 (08:55 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 21 Mar 2011 07:55:16 +0000 (08:55 +0100)
Doc/library/htmlparser.rst

index 7b0ce03a07be8542046c7b6aafa11c6e7cb1271a..c114bf83c59de25d3d099c0e3e1512a85e9a9f51 100644 (file)
@@ -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`.