https://github.com/python/cpython/commit/622368d99c986ca1a9bdba951ac53f42d7ee6fca
commit: 622368d99c986ca1a9bdba951ac53f42d7ee6fca
branch: main
author: Jacob Walls <[email protected]>
committer: vstinner <[email protected]>
date: 2024-09-20T12:42:44+02:00
summary:
Fix typo in XMLParser doc (#124129)
files:
M Doc/library/xml.etree.elementtree.rst
diff --git a/Doc/library/xml.etree.elementtree.rst
b/Doc/library/xml.etree.elementtree.rst
index 9fad463d936660..1daf6628013bf0 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -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()
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]