]> 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/html.parser.rst

index 2bc655510b9c37386f08dcbfb33c3ae72c020284..1fa11a2ef03253bc00ff8a4c469ec88cd065f696 100644 (file)
@@ -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`.