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

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


http://hg.python.org/cpython/rev/ded063d33a11
changeset:   68799:ded063d33a11
parent:      68796:891dc12f5e2f
parent:      68798:c1b3ab766de4
user:        Georg Brandl <georg at python.org>
date:        Mon Mar 21 08:55:42 2011 +0100
summary:
  Merge to default.

files:
  

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