]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicate "it" in whatsnew 3.13 (#121580)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Wed, 17 Jul 2024 07:31:21 +0000 (04:31 -0300)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 07:31:21 +0000 (00:31 -0700)
Doc/whatsnew/3.13.rst

index ca0d91d6f6541637da301141a2866c03f8b7cb98..58bad9208116d29808303639f3fb2be0b83f66f6 100644 (file)
@@ -1941,7 +1941,7 @@ although there is currently no date scheduled for their removal.
 
 * :mod:`xml.etree.ElementTree`: Testing the truth value of an
   :class:`~xml.etree.ElementTree.Element` is deprecated. In a future release it
-  it will always return ``True``. Prefer explicit ``len(elem)`` or
+  will always return ``True``. Prefer explicit ``len(elem)`` or
   ``elem is not None`` tests instead.
 
 * :meth:`zipimport.zipimporter.load_module` is deprecated: