[Python-checkins] cpython (merge 3.5 -> default): Merge: #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/ccde4da4d0de
changeset:   97474:ccde4da4d0de
parent:      97470:d9ec88a1e5d6
parent:      97473:ae9a9f201870
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Aug 24 12:56:24 2015 -0400
summary:
  Merge: #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
@@ -185,7 +185,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