Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d36d5e

Browse files
gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)
(cherry picked from commit 141f251) Co-authored-by: Andrzej Bartosiński <[email protected]>
1 parent 88cae1c commit 2d36d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Creating Futures and Tasks
332332

333333
.. method:: loop.create_task(coro, *, name=None, context=None)
334334

335-
Schedule the execution of a :ref:`coroutine`.
335+
Schedule the execution of :ref:`coroutine <coroutine>` *coro*.
336336
Return a :class:`Task` object.
337337

338338
Third-party event loops can use their own subclass of :class:`Task`

0 commit comments

Comments
 (0)