Skip to content

Commit 2909867

Browse files
committed
Link to the spec
1 parent deb4206 commit 2909867

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

html5lib/__init__.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
is largely compatible with modern desktop web browsers.
66
77
Example usage::
@@ -12,7 +12,9 @@
1212
1313
For 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`

0 commit comments

Comments
 (0)