diff --git a/Doc/library/htmllib.rst b/Doc/library/htmllib.rst index d9d81df..9606c4e 100644 --- a/Doc/library/htmllib.rst +++ b/Doc/library/htmllib.rst @@ -6,7 +6,7 @@ :deprecated: .. deprecated:: 2.6 - The :mod:`htmllib` module has been removed in Python 3. + The :mod:`htmllib` module has been removed in Python 3. Use :mode:`HTMLParser` instead in Python2 and the equivalent :mod: `html.parser` in Python3. .. index::