[3.13] Fix typo in XMLParser doc (GH-124129) (#124280)

Fix typo in XMLParser doc (GH-124129)
(cherry picked from commit 622368d99c)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-09-24 00:53:10 +02:00 committed by GitHub
parent 5760330c7a
commit 848a21007b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1375,7 +1375,7 @@ XMLParser Objects
.. versionchanged:: 3.8
Parameters are now :ref:`keyword-only <keyword-only_parameter>`.
The *html* argument no longer supported.
The *html* argument is no longer supported.
.. method:: close()