From 5d58e50985869436bc373b1647fb9c59f9283db8 Mon Sep 17 00:00:00 2001 From: Charles Machalow Date: Tue, 17 Dec 2024 12:50:48 -0800 Subject: [PATCH] Fix docs --- Doc/library/concurrent.futures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 20159488d7c646..0f897f23b9ea4b 100644 --- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -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.