Skip to content

Commit

Permalink
Fix formatting of docstring example
Browse files Browse the repository at this point in the history
It runs together in the built HTML.
  • Loading branch information
twm committed Apr 15, 2017
1 parent 17499b9 commit 224d9f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html5lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
HTML found in the wild and implements well-defined error recovery that
is largely compatible with modern desktop web browsers.
Example usage:
Example usage::
import html5lib
f = open("my_document.html")
tree = html5lib.parse(f)
import html5lib
f = open("my_document.html")
tree = html5lib.parse(f)
"""

from __future__ import absolute_import, division, unicode_literals
Expand Down

0 comments on commit 224d9f4

Please sign in to comment.