]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jul 2024 07:52:22 +0000 (09:52 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 07:52:22 +0000 (07:52 +0000)
Doc/whatsnew/3.13.rst

index e91a9348a1a4eeeb15473d4ce3e2830cece636be..9e46ddabf043a375dbdb7e150ec9a625dc884516 100644 (file)
@@ -1929,7 +1929,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: