[Python-checkins] Docs: Fix count of bullets in asyncio-task.rst (#96307)

gvanrossum webhook-mailer at python.org
Fri Aug 26 23:50:57 EDT 2022


https://github.com/python/cpython/commit/35e4da25d4c86c891a99cae4ddbb9edb7d911e9f
commit: 35e4da25d4c86c891a99cae4ddbb9edb7d911e9f
branch: main
author: zhanpon <pon.zhan at gmail.com>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2022-08-26T20:50:48-07:00
summary:

Docs: Fix count of bullets in asyncio-task.rst (#96307)

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index a6b638c11240..ffbf421bae5e 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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.)



More information about the Python-checkins mailing list