]> granicus.if.org Git - python/commitdiff
#24926: Fix typo in example.
authorR David Murray <rdmurray@bitdance.com>
Mon, 24 Aug 2015 16:50:50 +0000 (12:50 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 24 Aug 2015 16:50:50 +0000 (12:50 -0400)
Doc/library/htmlparser.rst

index 3aba74ef3f273520cc264c26a867b4bc8de9e124..81d5c53b0cd156c31ca7e0cdba6b0f715700960d 100644 (file)
@@ -201,7 +201,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)