Skip to content

Commit 40a182b

Browse files
committed
Fix Comma inconsistency and Make explanation more clear and concise
1 parent eb4c78d commit 40a182b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ Running and stopping the loop
201201

202202
The *timeout* parameter specifies the amount of time
203203
(in :class:`float` seconds) the executor will be given to finish joining.
204-
With the default, ``None``,
205-
the executor is allowed an unlimited amount of time.
204+
With the default ``None``,
205+
the executor is allowed unlimited time.
206206

207207
If the *timeout* is reached, a :exc:`RuntimeWarning` is emitted
208208
and the default executor is terminated

0 commit comments

Comments
 (0)