8000 Docs: Fix count of bullets in asyncio-task.rst (#96307) · python/cpython@35e4da2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35e4da2

Browse files
authored
Docs: Fix count of bullets in asyncio-task.rst (#96307)
1 parent 5b070c0 commit 35e4da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ be executed::
4040
>>> main()
4141
<coroutine object main at 0x1053bb7c8>
4242

43-
To actually run a coroutine, asyncio provides three main mechanisms:
43+
To actually run a coroutine, asyncio provides the following mechanisms:
4444

4545
* The :func:`asyncio.run` function to run the top-level
4646
entry point "main()" function (see the above example.)

0 commit comments

Comments
 (0)
0