From f79aa5870f9d7d9858e41e20be2eb96f26961f3c Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 24 Aug 2015 12:50:50 -0400 Subject: [PATCH] #24926: Fix typo in example. --- Doc/library/htmlparser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/htmlparser.rst b/Doc/library/htmlparser.rst index 3aba74ef3f2..81d5c53b0cd 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