mirror of https://github.com/python/cpython
gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768)
This commit is contained in:
parent
8d37c62c2a
commit
141f2517fc
|
@ -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