Commit 0f103434 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Docstring fix: XHTML 1.0 entities are supported

parent b546be24
...@@ -13,9 +13,9 @@ __all__ = ["HTMLParser"] ...@@ -13,9 +13,9 @@ __all__ = ["HTMLParser"]
class HTMLParser(SGMLParser): class HTMLParser(SGMLParser):
"""This is the basic HTML parser class. """This is the basic HTML parser class.
It supports all entity names required by the HTML 2.0 specification It supports all entity names required by the XHTML 1.0 Recommendation.
RFC 1866. It also defines handlers for all HTML 2.0 and many HTML 3.0 It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2
and 3.2 elements. elements.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment