mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768)
This commit is contained in:
parent
8d37c62c2a
commit
141f2517fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue