Remove duplicate "it" in whatsnew 3.13 (#121580)

This commit is contained in:
Rafael Fontenelle 2024-07-17 04:31:21 -03:00 committed by GitHub
parent dc9cc91f76
commit 5d98a4d266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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: