mirror of https://github.com/python/cpython.git
gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)
(cherry picked from commit 141f2517fc
)
Co-authored-by: Andrzej Bartosiński <6197476+Neob91@users.noreply.github.com>
This commit is contained in:
parent
88cae1c9c6
commit
2d36d5e2d7
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue