]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typo in XMLParser doc (GH-124129) (#124281)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Sep 2024 10:51:12 +0000 (12:51 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2024 10:51:12 +0000 (10:51 +0000)
Fix typo in XMLParser doc (GH-124129)
(cherry picked from commit 622368d99c986ca1a9bdba951ac53f42d7ee6fca)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Doc/library/xml.etree.elementtree.rst

index c3c577bc3515e2edb0a4a6d64731d07157893341..9acb7169c08e77359769885a442fdf53076f0a61 100644 (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()