[3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899)

This commit is contained in:
Miss Islington (bot) 2024-07-17 09:52:22 +02:00 committed by GitHub
parent bcf1c7004d
commit d358f74a69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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 * :mod:`xml.etree.ElementTree`: Testing the truth value of an
:class:`~xml.etree.ElementTree.Element` is deprecated. In a future release it :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. ``elem is not None`` tests instead.
* :meth:`zipimport.zipimporter.load_module` is deprecated: * :meth:`zipimport.zipimporter.load_module` is deprecated: