From 35e4da25d4c86c891a99cae4ddbb9edb7d911e9f Mon Sep 17 00:00:00 2001 From: zhanpon Date: Sat, 27 Aug 2022 12:50:48 +0900 Subject: Docs: Fix count of bullets in asyncio-task.rst (#96307) --- Doc/library/asyncio-task.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index a6b638c..ffbf421 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -40,7 +40,7 @@ be executed:: >>> main() -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.) -- cgit v0.12