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 49e505c commit d57d86aCopy full SHA for d57d86a
Doc/library/asyncio-eventloop.rst
@@ -332,7 +332,7 @@ Creating Futures and Tasks
332
333
.. method:: loop.create_task(coro, *, name=None)
334
335
- Schedule the execution of a :ref:`coroutine`.
+ Schedule the execution of :ref:`coroutine <coroutine>` *coro*.
336
Return a :class:`Task` object.
337
338
Third-party event loops can use their own subclass of :class:`Task`
0 commit comments