]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#24926: Fix typo in example.
authorR David Murray <rdmurray@bitdance.com>
Mon, 24 Aug 2015 16:55:03 +0000 (12:55 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 24 Aug 2015 16:55:03 +0000 (12:55 -0400)
Doc/library/html.parser.rst

index 44b7d6ea6d282bb9ce0c608c19782f79826a2803..fef9c384113e0d52f6f209ef53bbfe18bf8e3415 100644 (file)
@@ -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)