From: R David Murray Date: Mon, 24 Aug 2015 16:50:50 +0000 (-0400) Subject: #24926: Fix typo in example. X-Git-Tag: v2.7.11rc1~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f79aa5870f9d7d9858e41e20be2eb96f26961f3c;p=python #24926: Fix typo in example. --- diff --git a/Doc/library/htmlparser.rst b/Doc/library/htmlparser.rst index 3aba74ef3f..81d5c53b0c 100644 --- a/Doc/library/htmlparser.rst +++ b/Doc/library/htmlparser.rst @@ -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 ````, - this method will receive ``'[if IE 9]>IE-specific contentIE9-specific content