diff options
Diffstat (limited to 'Doc/library/html.parser.rst')
-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 2bc6555..1fa11a2 100644 --- a/Doc/library/html.parser.rst +++ b/Doc/library/html.parser.rst @@ -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`. |