8000 [3.13] Fix typo in XMLParser doc (GH-124129) (#124280) · python/cpython@848a210 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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 <jacobtylerwalls@gmail.com>
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)
0