From 9ba68793a39c435643448f87bbcae7c64c8b9f31 Mon Sep 17 00:00:00 2001 From: tommoral Date: Thu, 29 Jun 2023 15:09:27 +0200 Subject: [PATCH] DOC fix repeated words --- loky/reusable_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loky/reusable_executor.py b/loky/reusable_executor.py index d879da9e..ad016fd3 100644 --- a/loky/reusable_executor.py +++ b/loky/reusable_executor.py @@ -83,7 +83,7 @@ def get_reusable_executor( the main process. One can provide a dict ``{ENV: VAL}`` where ``ENV`` and ``VAL`` are string literals to overwrite the environment variable ``ENV`` in the child processes to value ``VAL``. The environment variables are set - in the children before any module is loaded. This only works with with the + in the children before any module is loaded. This only works with the ``loky`` context. """ _executor, _ = _ReusablePoolExecutor.get_reusable_executor(