]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in XMLParser doc (#124129)
authorJacob Walls <jacobtylerwalls@gmail.com>
Fri, 20 Sep 2024 10:42:44 +0000 (07:42 -0300)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2024 10:42:44 +0000 (12:42 +0200)
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()