[3.12] Fix typo in XMLParser doc (GH-124129) (#124281)

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-20 12:51:12 +02:00 committed by GitHub
parent 6644cd2c1b
commit 8606a2e91c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1370,7 +1370,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()