mirror of
https://github.com/python/cpython.git
synced 2026-01-31 03:32:07 +00:00
Merge: #24926: Fix typo in example.
This commit is contained in:
commit
4c4cfad2df
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,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 ``<!--[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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue