mirror of https://github.com/python/cpython
[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:
parent
5760330c7a
commit
848a21007b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue