Skip to content

Commit f9a7714

Browse files
committed
lint
1 parent b8d6e5f commit f9a7714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
431431

432432
Attempt to kill all living worker processes immediately by calling
433433
:meth:`Process.terminate <multiprocessing.Process.kill>` on each of them.
434-
Internally, it will also call:meth:`Executor.shutdown` to ensure that all
434+
Internally, it will also call :meth:`Executor.shutdown` to ensure that all
435435
other resources associated with the executor are freed.
436436

437437
After calling this method the caller should no longer submit tasks to the
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and
22
:meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` as
33
ways to terminate or kill all living worker processes in the given pool.
4-
(Contributed by Charles Machalow in :gh:`128043`.)
4+
(Contributed by Charles Machalow in :gh:`128043`.)

0 commit comments

Comments
 (0)