Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcf14d1

Browse files
bpo-35579: Fix typo in in asyncio-task documentation (GH-11321)
https://bugs.python.org/issue35579 https://bugs.python.org/issue35579 (cherry picked from commit 3a81076) Co-authored-by: Vaibhav Gupta <[email protected]>
1 parent 793ebdf commit dcf14d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Scheduling From Other Threads
604604
See the :ref:`concurrency and multithreading <asyncio-multithreading>`
605605
section of the documentation.
606606

607-
Unlike other asyncio functions this functions requires the *loop*
607+
Unlike other asyncio functions this function requires the *loop*
608608
argument to be passed explicitly.
609609

610610
.. versionadded:: 3.5.1

0 commit comments

Comments
 (0)