We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17499b9 commit 224d9f4Copy full SHA for 224d9f4
html5lib/__init__.py
@@ -4,11 +4,11 @@
4
HTML found in the wild and implements well-defined error recovery that
5
is largely compatible with modern desktop web browsers.
6
7
-Example usage:
+Example usage::
8
9
-import html5lib
10
-f = open("my_document.html")
11
-tree = html5lib.parse(f)
+ import html5lib
+ f = open("my_document.html")
+ tree = html5lib.parse(f)
12
"""
13
14
from __future__ import absolute_import, division, unicode_literals
0 commit comments