From 057bd490c6ba3c3975ff5f98fb1dafd1d4ad9d54 Mon Sep 17 00:00:00 2001 From: manoj Date: Mon, 13 Apr 2026 19:21:59 +0530 Subject: [PATCH] Add comma for grammar consistency --- Doc/library/asyncio-dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index f3409bcd2df648..4ef99e6e5d2b1c 100644 --- a/Doc/library/asyncio-dev.rst +++ b/Doc/library/asyncio-dev.rst @@ -95,7 +95,7 @@ To schedule a coroutine object from a different OS thread, the # Wait for the result: result = future.result() -To handle signals the event loop must be +To handle signals, the event loop must be run in the main thread. The :meth:`loop.run_in_executor` method can be used with a