From ae41bf79eb11386c0d2d352cc2d8418cc322e3bb Mon Sep 17 00:00:00 2001 From: Charles Machalow Date: Tue, 17 Dec 2024 10:54:51 -0800 Subject: [PATCH] Fix lint --- .../next/Library/2024-12-17-18-53-21.gh-issue-128041.W96kAr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2024-12-17-18-53-21.gh-issue-128041.W96kAr.rst b/Misc/NEWS.d/next/Library/2024-12-17-18-53-21.gh-issue-128041.W96kAr.rst index 1afedd97d071ac5..d33ec0fe9d422d3 100644 --- a/Misc/NEWS.d/next/Library/2024-12-17-18-53-21.gh-issue-128041.W96kAr.rst +++ b/Misc/NEWS.d/next/Library/2024-12-17-18-53-21.gh-issue-128041.W96kAr.rst @@ -1 +1 @@ -Add a `terminate_workers` method to `ProcessPoolExecutor` to allow a way to attempt to force kill the worker processes. +Add a ``terminate_workers`` method to ``ProcessPoolExecutor`` to allow a way to attempt to force kill the worker processes.