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

Skip to content

Commit 1d5bdef

Browse files
PedanticHackermiss-islington
authored andcommitted
Orthographical fix (GH-13418)
Add a missing comma.
1 parent f665b96 commit 1d5bdef

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
@@ -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)