summaryrefslogtreecommitdiffstats
path: root/Lib/_markupbase.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/_markupbase.py')
-rw-r--r--Lib/_markupbase.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/_markupbase.py b/Lib/_markupbase.py
index b178470..adf6ba2 100644
--- a/Lib/_markupbase.py
+++ b/Lib/_markupbase.py
@@ -1,8 +1,7 @@
"""Shared support for scanning document type declarations in HTML and XHTML.
-This module is used as a foundation for the HTMLParser and sgmllib
-modules (indirectly, for htmllib as well). It has no documented
-public API and should not be used directly.
+This module is used as a foundation for the html.parser module. It has no
+documented public API and should not be used directly.
"""