Skip to content

Commit

Permalink
Remove duplicate "it" in whatsnew 3.13 (#121580)
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Jul 17, 2024
1 parent dc9cc91 commit 5d98a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d98a4d

Please sign in to comment.