Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9cc91 commit 5d98a4dCopy full SHA for 5d98a4d
Doc/whatsnew/3.13.rst
@@ -1941,7 +1941,7 @@ although there is currently no date scheduled for their removal.
1941
1942
* :mod:`xml.etree.ElementTree`: Testing the truth value of an
1943
:class:`~xml.etree.ElementTree.Element` is deprecated. In a future release it
1944
- it will always return ``True``. Prefer explicit ``len(elem)`` or
+ will always return ``True``. Prefer explicit ``len(elem)`` or
1945
``elem is not None`` tests instead.
1946
1947
* :meth:`zipimport.zipimporter.load_module` is deprecated:
0 commit comments