From 40a182bdd59e3c67b54937a95307cd05f2b0c03f Mon Sep 17 00:00:00 2001 From: manoj Date: Tue, 14 Apr 2026 08:01:14 +0530 Subject: [PATCH] Fix Comma inconsistency and Make explanation more clear and concise --- Doc/library/asyncio-eventloop.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 79c9516cda2d60..5bbb2c3067764a 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -201,8 +201,8 @@ Running and stopping the loop The *timeout* parameter specifies the amount of time (in :class:`float` seconds) the executor will be given to finish joining. - With the default, ``None``, - the executor is allowed an unlimited amount of time. + With the default ``None``, + the executor is allowed unlimited time. If the *timeout* is reached, a :exc:`RuntimeWarning` is emitted and the default executor is terminated