From e5456bfb99692bd52225c191bad396a5221b8aca Mon Sep 17 00:00:00 2001 From: matthewc2003 Date: Fri, 6 Sep 2024 13:06:43 +0000 Subject: [PATCH] re:re:fix docs --- parsl/executors/high_throughput/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsl/executors/high_throughput/executor.py b/parsl/executors/high_throughput/executor.py index 868b51495c..09e634f41d 100644 --- a/parsl/executors/high_throughput/executor.py +++ b/parsl/executors/high_throughput/executor.py @@ -148,7 +148,7 @@ manager_selector: ManagerSelector Determines what strategy the interchange uses to select managers during task distribution. - See API reference under "Executors Miscellaneous" regarding the various manager selectors. + See API reference under "Manager Selectors" regarding the various manager selectors. Default: RandomManagerSelector() """ # Documentation for params used by both HTEx and MPIEx