Skip to content

Commit d358f74

Browse files
[3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899)
1 parent bcf1c70 commit d358f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ although there is currently no date scheduled for their removal.
19291929

19301930
* :mod:`xml.etree.ElementTree`: Testing the truth value of an
19311931
:class:`~xml.etree.ElementTree.Element` is deprecated. In a future release it
1932-
it will always return ``True``. Prefer explicit ``len(elem)`` or
1932+
will always return ``True``. Prefer explicit ``len(elem)`` or
19331933
``elem is not None`` tests instead.
19341934

19351935
* :meth:`zipimport.zipimporter.load_module` is deprecated:

0 commit comments

Comments
 (0)