Commit 1d5bdef5 authored by Boštjan Mejak's avatar Boštjan Mejak Committed by Miss Islington (bot)

Orthographical fix (GH-13418)



Add a missing comma.
parent f665b96e
......@@ -40,7 +40,7 @@ be executed::
>>> main()
<coroutine object main at 0x1053bb7c8>
To actually run a coroutine asyncio provides three main mechanisms:
To actually run a coroutine, asyncio provides three main mechanisms:
* The :func:`asyncio.run` function to run the top-level
entry point "main()" function (see the above example.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment