Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 committed Dec 17, 2024
1 parent ba6a4c0 commit 5d58e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/concurrent.futures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
of them the given signal. If the signal is not specified, the default signal
:data:`signal.SIGTERM` is used.

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.
It is also recommended to still call :meth:`Executor.shutdown` to ensure that all
other resources associated with the executor are freed.

Expand Down

0 comments on commit 5d58e50

Please sign in to comment.