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 8554098 commit c8fca0eCopy full SHA for c8fca0e
html5lib/__init__.py
@@ -7,7 +7,7 @@
7
Example usage::
8
9
import html5lib
10
- with open("my_document.html") as f:
+ with open("my_document.html", "rb") as f:
11
tree = html5lib.parse(f)
12
13
For convenience, this module re-exports the following names:
0 commit comments