mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue