10000 Update README.rst · html5lib/html5lib-python@b9f6a60 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9f6a60

Browse files
Update README.rst
1 parent 2c19b98 commit b9f6a60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ implementation (i.e. ``xml.etree.cElementTree`` on Python 2.x).
3434

3535
Two other tree types are supported: ``xml.dom.minidom`` and
3636
``lxml.etree``. To use an alternative format, specify the name of
37-
a treebuilder:
37+
a treebuilder:-
3838

3939
.. code-block:: python
4040
@@ -43,7 +43,7 @@ a treebuilder:
4343
lxml_etree_document = html5lib.parse(f, treebuilder="lxml")
4444
4545
When using with ``urllib2`` (Python 2), the charset from HTTP should be
46-
pass into html5lib as follows:
46+
pass into html5lib as follows:-
4747

4848
.. code-block:: python
4949
@@ -55,7 +55,7 @@ pass into html5lib as follows:
5555
document = html5lib.parse(f, transport_encoding=f.info().getparam("charset"))
5656
5757
When using with ``urllib.request`` (Python 3), the charset from HTTP
58-
should be pass into html5lib as follows:
58+
should be pass into html5lib as follows:-
5959

6060
.. code-block:: python
6161

0 commit comments

Comments
 (0)
0