Thanks to visit codestin.com Credit goes to github.com
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 f665b96 commit 1d5bdefCopy full SHA for 1d5bdef
1 file changed
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