Skip to content

Commit f81b33b

Browse files
Orthographical fix (GH-13418)
Add a missing comma. (cherry picked from commit 1d5bdef) Co-authored-by: Boštjan Mejak <[email protected]>
1 parent 951b161 commit f81b33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ be executed::
4040
>>> main()
4141
<coroutine object main at 0x1053bb7c8>
4242

43-
To actually run a coroutine asyncio provides three main mechanisms:
43+
To actually run a coroutine, asyncio provides three main mechanisms:
4444

4545
* The :func:`asyncio.run` function to run the top-level
4646
entry point "main()" function (see the above example.)

0 commit comments

Comments
 (0)