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 bcf1c70 commit d358f74Copy full SHA for d358f74
Doc/whatsnew/3.13.rst
@@ -1929,7 +1929,7 @@ although there is currently no date scheduled for their removal.
1929
1930
* :mod:`xml.etree.ElementTree`: Testing the truth value of an
1931
:class:`~xml.etree.ElementTree.Element` is deprecated. In a future release it
1932
- it will always return ``True``. Prefer explicit ``len(elem)`` or
+ will always return ``True``. Prefer explicit ``len(elem)`` or
1933
``elem is not None`` tests instead.
1934
1935
* :meth:`zipimport.zipimporter.load_module` is deprecated:
0 commit comments