File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11"""
2- HTML parsing library based on the WHATWG "HTML5"
3- specification. The parser is designed to be compatible with existing
4- HTML found in the wild and implements well-defined error recovery that
2+ HTML parsing library based on the ` WHATWG HTML specification
3+ <https://whatwg.org/html>`_. The parser is designed to be compatible with
4+ existing HTML found in the wild and implements well-defined error recovery that
55is largely compatible with modern desktop web browsers.
66
77Example usage::
1212
1313For convenience, this module re-exports the following names:
1414
15- * :func:`~.html5parser.parse`, :func:`~.html5parser.parseFragment`, and :class:`~.html5parser.HTMLParser`
15+ * :func:`~.html5parser.parse`
16+ * :func:`~.html5parser.parseFragment`
17+ * :class:`~.html5parser.HTMLParser`
1618* :func:`~.treebuilders.getTreeBuilder`
1719* :func:`~.treewalkers.getTreeWalker`
1820* :func:`~.serializer.serialize`
You can’t perform that action at this time.
0 commit comments