Skip to content

Commit 9e29565

Browse files
committed
Last patch contained some other cleanup for 0.9
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40525
1 parent 1523af2 commit 9e29565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import html5lib
1010
f = open("my_document.html")
1111
p = html5lib.HTMLParser()
12-
tree = p.parse(f)
12+
tree = p.parse(f)
1313
"""
1414
from html5parser import HTMLParser
1515
from liberalxmlparser import XMLParser, XHTMLParser

0 commit comments

Comments
 (0)