We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951b161 commit f81b33bCopy full SHA for f81b33b
Doc/library/asyncio-task.rst
@@ -40,7 +40,7 @@ be executed::
40
>>> main()
41
<coroutine object main at 0x1053bb7c8>
42
43
-To actually run a coroutine asyncio provides three main mechanisms:
+To actually run a coroutine, asyncio provides three main mechanisms:
44
45
* The :func:`asyncio.run` function to run the top-level
46
entry point "main()" function (see the above example.)
0 commit comments