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

Skip to content

Commit 141f251

Browse files
authored
gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768)
1 parent 8d37c62 commit 141f251

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)