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

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


https://hg.python.org/cpython/rev/ff53dbcdc85f
changeset:   97471:ff53dbcdc85f
branch:      2.7
parent:      97467:61b77bdfbc54
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Aug 24 12:50:50 2015 -0400
summary:
  #24926: Fix typo in example.

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


diff --git a/Doc/library/htmlparser.rst b/Doc/library/htmlparser.rst
--- a/Doc/library/htmlparser.rst
+++ b/Doc/library/htmlparser.rst
@@ -201,7 +201,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