From d358f74a695b41b2b494b82df7ce3fd719dfac9c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:52:22 +0200 Subject: [3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899) --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index e91a934..9e46dda 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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: -- cgit v0.12