mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Docs: Fix count of bullets in asyncio-task.rst (#96307)
This commit is contained in:
parent
5b070c0d40
commit
35e4da25d4
1 changed files with 1 additions and 1 deletions
|
@ -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 the following mechanisms:
|
||||
|
||||
* The :func:`asyncio.run` function to run the top-level
|
||||
entry point "main()" function (see the above example.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue