mirror of https://github.com/python/cpython
Fix typo in XMLParser doc (#124129)
This commit is contained in:
parent
63f196090f
commit
622368d99c
|
@ -1375,7 +1375,7 @@ XMLParser Objects
|
||||||
|
|
||||||
.. versionchanged:: 3.8
|
.. versionchanged:: 3.8
|
||||||
Parameters are now :ref:`keyword-only <keyword-only_parameter>`.
|
Parameters are now :ref:`keyword-only <keyword-only_parameter>`.
|
||||||
The *html* argument no longer supported.
|
The *html* argument is no longer supported.
|
||||||
|
|
||||||
|
|
||||||
.. method:: close()
|
.. method:: close()
|
||||||
|
|
Loading…
Reference in New Issue