We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4c78d commit 40a182bCopy full SHA for 40a182b
Doc/library/asyncio-eventloop.rst
@@ -201,8 +201,8 @@ Running and stopping the loop
201
202
The *timeout* parameter specifies the amount of time
203
(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.
+ With the default ``None``,
+ the executor is allowed unlimited time.
206
207
If the *timeout* is reached, a :exc:`RuntimeWarning` is emitted
208
and the default executor is terminated
0 commit comments