[Python-checkins] cpython (3.4): #24926: Fix typo in example.

r.david.murray python-checkins at python.org
Mon Aug 24 18:56:54 CEST 2015


https://hg.python.org/cpython/rev/6eb5e59886e1
changeset:   97472:6eb5e59886e1
branch:      3.4
parent:      97468:e285606efb82
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Aug 24 12:55:03 2015 -0400
summary:
  #24926: Fix typo in example.

files:
  Doc/library/html.parser.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst
--- a/Doc/library/html.parser.rst
+++ b/Doc/library/html.parser.rst
@@ -213,7 +213,7 @@
 
    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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list