From 87cbfb20fb5250637701551f51330ab3dad20614 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 24 Aug 2015 12:55:03 -0400 Subject: #24926: Fix typo in example. --- Doc/library/html.parser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst index 44b7d6e..fef9c38 100644 --- a/Doc/library/html.parser.rst +++ b/Doc/library/html.parser.rst @@ -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 ````, - this method will receive ``'[if IE 9]>IE-specific contentIE9-specific content