File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class BaseRunner(metaclass=abc.ABCMeta):
9292 `loky.get_reusable_executor`, optional
9393 The executor in which to evaluate the function to be learned.
9494 If not provided, a new `~concurrent.futures.InterpreterPoolExecutor`
95- on Python 3.14+, a new `~concurrent.futures.ProcessPoolExecutor` on
95+ on Python 3.14+, a `~concurrent.futures.ProcessPoolExecutor` on
9696 Python < 3.14 on Linux, and a `loky.get_reusable_executor` on
9797 Python < 3.14 on MacOS and Windows.
9898 ntasks : int, optional
@@ -381,7 +381,7 @@ class BlockingRunner(BaseRunner):
381381 `loky.get_reusable_executor`, optional
382382 The executor in which to evaluate the function to be learned.
383383 If not provided, a new `~concurrent.futures.InterpreterPoolExecutor`
384- on Python 3.14+, a new `~concurrent.futures.ProcessPoolExecutor` on
384+ on Python 3.14+, a `~concurrent.futures.ProcessPoolExecutor` on
385385 Python < 3.14 on Linux, and a `loky.get_reusable_executor` on
386386 Python < 3.14 on MacOS and Windows.
387387 ntasks : int, optional
You can’t perform that action at this time.
0 commit comments