Skip to content

Commit cead7f2

Browse files
Update Doc/library/html.parser.rst
1 parent 6ebe2dd commit cead7f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/html.parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ correct char (note: these 3 references are all equivalent to ``'>'``):
324324

325325
.. doctest::
326326

327-
>>> parser = MyHTMLParser(convert_charrefs=True)
327+
>>> parser = MyHTMLParser()
328328
>>> parser.feed('>>>')
329329
Data : >>>
330330

0 commit comments

Comments
 (0)