Commit 87cbfb20 authored by R David Murray's avatar R David Murray

#24926: Fix typo in example.

parent a2b00553
......@@ -213,7 +213,7 @@ implementations do nothing (except for :meth:`~HTMLParser.handle_startendtag`):
The content of Internet Explorer conditional comments (condcoms) will also be
sent to this method, so, for ``<!--[if IE 9]>IE9-specific content<![endif]-->``,
this method will receive ``'[if IE 9]>IE-specific content<![endif]'``.
this method will receive ``'[if IE 9]>IE9-specific content<![endif]'``.
.. method:: HTMLParser.handle_decl(decl)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment