]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Fix typo in XMLParser doc (GH-124129) (#124280)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Sep 2024 22:53:10 +0000 (00:53 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 22:53:10 +0000 (15:53 -0700)
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 9fad463d93666058a04f34069ad8f2a089854cc6..1daf6628013bf0635a74ffa78f31ebbac200bc0c 100644 (file)
@@ -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()