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

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


https://hg.python.org/cpython/rev/ae9a9f201870
changeset: 97473:ae9a9f201870
branch: 3.5
parent: 97469:875a851b9d5a
parent: 97472:6eb5e59886e1
user: R David Murray <rdmurray at bitdance.com>
date: Mon Aug 24 12:55:47 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

AltStyle によって変換されたページ (->オリジナル) /