Skip to content

Commit 5603db4

Browse files
authored
[3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
@coroutine in removed in 3.11, not 3.10.
1 parent 7b5b23c commit 5603db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ Generator-based Coroutines
10571057
.. note::
10581058

10591059
Support for generator-based coroutines is **deprecated** and
1060-
is scheduled for removal in Python 3.10.
1060+
is removed in Python 3.11.
10611061

10621062
Generator-based coroutines predate async/await syntax. They are
10631063
Python generators that use ``yield from`` expressions to await

0 commit comments

Comments
 (0)