Skip to content

Commit 224d9f4

Browse files
committed
Fix formatting of docstring example
It runs together in the built HTML.
1 parent 17499b9 commit 224d9f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

html5lib/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
HTML found in the wild and implements well-defined error recovery that
55
is largely compatible with modern desktop web browsers.
66
7-
Example usage:
7+
Example usage::
88
9-
import html5lib
10-
f = open("my_document.html")
11-
tree = html5lib.parse(f)
9+
import html5lib
10+
f = open("my_document.html")
11+
tree = html5lib.parse(f)
1212
"""
1313

1414
from __future__ import absolute_import, division, unicode_literals

0 commit comments

Comments
 (0)