Skip to content

Commit d2bc6d0

Browse files
aeros1st1
andauthored
Adjust wording in Misc/NEWS entry
Co-Authored-By: Yury Selivanov <[email protected]>
1 parent 260cace commit d2bc6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Running and stopping the loop
169169

170170
.. coroutinemethod:: loop.shutdown_default_executor()
171171

172-
Schedule the closure of the default executor, but wait for the
172+
Schedule the closure of the default executor and wait for it to join all threads
173173
:class:`ThreadPoolExecutor` to finish joining all of the threads. After
174174
calling this method, a :exc:`RuntimeError` will be raised if
175175
:meth:`loop.run_in_executor` is called while using the default executor.

0 commit comments

Comments
 (0)