[Python-checkins] cpython (merge 3.1 -> 3.2): Merge to 3.2.

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


http://hg.python.org/cpython/rev/c1b3ab766de4
changeset:   68798:c1b3ab766de4
branch:      3.2
parent:      68795:18f7fe1d2108
parent:      68797:ed8eefa6d57c
user:        Georg Brandl <georg at python.org>
date:        Mon Mar 21 08:55:31 2011 +0100
summary:
  Merge to 3.2.

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
@@ -154,7 +154,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