Skip to content

Commit

Permalink
gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-…
Browse files Browse the repository at this point in the history
…95768)

(cherry picked from commit 141f251)

Co-authored-by: Andrzej Bartosiński <[email protected]>
  • Loading branch information
miss-islington and Neob91 authored Aug 9, 2022
1 parent 88cae1c commit 2d36d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Creating Futures and Tasks

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

Schedule the execution of a :ref:`coroutine`.
Schedule the execution of :ref:`coroutine <coroutine>` *coro*.
Return a :class:`Task` object.

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

0 comments on commit 2d36d5e

Please sign in to comment.