From 44817e0d3037efbf0c4de154821b415d034302be Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 10 Jul 2024 10:19:11 -0300 Subject: [PATCH] Remove duplicate "it" in whatsnew 3.13 --- 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 4a9a0b77d068b3..ba3df377fe7dae 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -1937,7 +1937,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: