diff options
Diffstat (limited to 'Doc/library/html.rst')
-rw-r--r-- | Doc/library/html.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/html.rst b/Doc/library/html.rst index 3ad1c0c..1107ca9 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 |