summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.9.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-09-18 06:54:42 (GMT)
committerGitHub <noreply@github.com>2020-09-18 06:54:42 (GMT)
commit27201cddf3b25be7df25bbe36966531539757d60 (patch)
tree31b74c17987b61ab12d200a898f44cdbcf4e7af4 /Doc/whatsnew/3.9.rst
parent5a8364780b7e881385f6fabcf072d599e80f51b8 (diff)
downloadcpython-27201cddf3b25be7df25bbe36966531539757d60.zip
cpython-27201cddf3b25be7df25bbe36966531539757d60.tar.gz
cpython-27201cddf3b25be7df25bbe36966531539757d60.tar.bz2
Remove duplicated words words (GH-22298)
Diffstat (limited to 'Doc/whatsnew/3.9.rst')
-rw-r--r--Doc/whatsnew/3.9.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index b3cc84d..e9fc496 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -887,7 +887,7 @@ Removed
deprecated since 2006, and only returning ``False`` when it's called.
(Contributed by Batuhan Taskaya in :issue:`40208`)
-* The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks` have
+* The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks`
have been removed. They were deprecated since Python 3.7 and you can use
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
(Contributed by RĂ©mi Lapeyre in :issue:`40967`)