From 0f10343410a300a84c93dce9280de8c8d8380481 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 27 Oct 2003 15:47:48 +0000 Subject: Docstring fix: XHTML 1.0 entities are supported --- Lib/htmllib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Lib/htmllib.py') diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 40f6a86469..94492a6da2 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -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. """ -- cgit v1.2.1