summaryrefslogtreecommitdiff
path: root/Doc/library/html.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/html.rst')
-rw-r--r--Doc/library/html.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/html.rst b/Doc/library/html.rst
index 3ad1c0c5c8..1107ca9b8a 100644
--- a/Doc/library/html.rst
+++ b/Doc/library/html.rst
@@ -19,3 +19,10 @@ This module defines utilities to manipulate HTML.
attribute value delimited by quotes, as in ``<a href="...">``.
.. versionadded:: 3.2
+
+--------------
+
+Submodules in the ``html`` package are:
+
+* :mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode
+* :mod:`html.entities` -- HTML entity definitions