diff options
author | Georg Brandl <georg@python.org> | 2011-03-21 07:55:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-21 07:55:31 (GMT) |
commit | 2f5cac6ab4dc24249239a24fe034eef7f82532dd (patch) | |
tree | a5421e1e085843fa238260f7f80077b7904aebb7 | |
parent | ec1c030aad76568c358363a8fb6444edf82bdcad (diff) | |
parent | 82d8ec5eef84c54bd5b56dece42b5ceb74e6b8db (diff) | |
download | cpython-2f5cac6ab4dc24249239a24fe034eef7f82532dd.zip cpython-2f5cac6ab4dc24249239a24fe034eef7f82532dd.tar.gz cpython-2f5cac6ab4dc24249239a24fe034eef7f82532dd.tar.bz2 |
Merge to 3.2.
-rw-r--r-- | Doc/library/html.parser.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst index 8a0416e..06a3b1a 100644 --- a/Doc/library/html.parser.rst +++ b/Doc/library/html.parser.rst @@ -154,7 +154,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`. |