8000
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 5b070c0 commit 35e4da2Copy full SHA for 35e4da2
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 the following 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