mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Docstring fix: XHTML 1.0 entities are supported
This commit is contained in:
parent
b546be2448
commit
0f10343410
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ __all__ = ["HTMLParser"]
|
|||
class HTMLParser(SGMLParser):
|
||||
"""This is the basic HTML parser class.
|
||||
|
||||
It supports all entity names required by the HTML 2.0 specification
|
||||
RFC 1866. It also defines handlers for all HTML 2.0 and many HTML 3.0
|
||||
and 3.2 elements.
|
||||
It supports all entity names required by the XHTML 1.0 Recommendation.
|
||||
It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2
|
||||
elements.
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue