Skip to content

Commit 5d58e50

Browse files
committed
Fix docs
1 parent ba6a4c0 commit 5d58e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
421421
of them the given signal. If the signal is not specified, the default signal
422422
:data:`signal.SIGTERM` is used.
423423

424-
After calling this, the caller, should no longer submit tasks to the executor.
424+
After calling this, the caller should no longer submit tasks to the executor.
425425
It is also recommended to still call :meth:`Executor.shutdown` to ensure that all
426426
other resources associated with the executor are freed.
427427

0 commit comments

Comments
 (0)