Skip to content

Commit 4f46875

Browse files
committed
gh-132969: Tweak comment for readability
1 parent 86d0c2a commit 4f46875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/concurrent/futures/process.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,8 @@ def _start_executor_manager_thread(self):
755755
self._executor_manager_thread_wakeup
756756

757757
def _adjust_process_count(self):
758-
# gh-132969: avoid error if shutdown(wait=False) is called and state is reset
759-
# and leaving the executor still running
758+
# gh-132969: avoid error when state is reset and executor is still running,
759+
# which will happen when shutdown(wait=False) is called.
760760
if self._processes is None:
761761
return
762762

0 commit comments

Comments
 (0)