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 ba6a4c0 commit 5d58e50Copy full SHA for 5d58e50
Doc/library/concurrent.futures.rst
@@ -421,7 +421,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
421
of them the given signal. If the signal is not specified, the default signal
422
:data:`signal.SIGTERM` is used.
423
424
- After calling this, the caller, should no longer submit tasks to the executor.
+ After calling this, the caller should no longer submit tasks to the executor.
425
It is also recommended to still call :meth:`Executor.shutdown` to ensure that all
426
other resources associated with the executor are freed.
427
0 commit comments