File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ implementation (i.e. ``xml.etree.cElementTree`` on Python 2.x).
3434
3535Two 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
You can’t perform that action at this time.
0 commit comments