[Python-checkins] cpython (3.1): Fix duplicate word.

georg.brandl python-checkins at python.org
Mon Mar 21 08:56:06 CET 2011


http://hg.python.org/cpython/rev/ed8eefa6d57c
changeset:   68797:ed8eefa6d57c
branch:      3.1
parent:      68794:d9633064458c
user:        Georg Brandl <georg at python.org>
date:        Mon Mar 21 08:55:16 2011 +0100
summary:
  Fix duplicate word.

files:
  Doc/library/html.parser.rst

diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst
--- a/Doc/library/html.parser.rst
+++ b/Doc/library/html.parser.rst
@@ -144,7 +144,7 @@
 
    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`.
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list