Skip to content

Commit 848a210

Browse files
[3.13] Fix typo in XMLParser doc (GH-124129) (#124280)
Fix typo in XMLParser doc (GH-124129) (cherry picked from commit 622368d) Co-authored-by: Jacob Walls <[email protected]>
1 parent 5760330 commit 848a210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.etree.elementtree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ XMLParser Objects
13751375

13761376
.. versionchanged:: 3.8
13771377
Parameters are now :ref:`keyword-only <keyword-only_parameter>`.
1378-
The *html* argument no longer supported.
1378+
The *html* argument is no longer supported.
13791379

13801380

13811381
.. method:: close()

0 commit comments

Comments
 (0)