Skip to content

Commit 5d98a4d

Browse files
authored
Remove duplicate "it" in whatsnew 3.13 (#121580)
1 parent dc9cc91 commit 5d98a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1941,7 +1941,7 @@ although there is currently no date scheduled for their removal.
19411941

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

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

0 commit comments

Comments
 (0)