mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
bpo-35579: Fix typo in in asyncio-task documentation (GH-11321)
https://bugs.python.org/issue35579 https://bugs.python.org/issue35579
This commit is contained in:
parent
259c159fc1
commit
3a81076bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ Scheduling From Other Threads
|
|||
See the :ref:`concurrency and multithreading <asyncio-multithreading>`
|
||||
section of the documentation.
|
||||
|
||||
Unlike other asyncio functions this functions requires the *loop*
|
||||
Unlike other asyncio functions this function requires the *loop*
|
||||
argument to be passed explicitly.
|
||||
|
||||
.. versionadded:: 3.5.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue