mirror of
https://github.com/python/cpython.git
synced 2026-04-12 23:00:40 +00:00
Docs: Fix count of bullets in asyncio-task.rst (GH-96307) (#96330)
(cherry picked from commit 35e4da25d4)
Co-authored-by: zhanpon <pon.zhan@gmail.com>
Co-authored-by: zhanpon <pon.zhan@gmail.com>
This commit is contained in:
parent
b7ea2b8358
commit
698df306a9
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