From 37f24952dec4c23d12ced7b50331b1a9caa28e7b Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 18 Sep 2024 15:32:46 +0200 Subject: [PATCH] Update monitored_threadpool.py --- argopy/utils/monitored_threadpool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argopy/utils/monitored_threadpool.py b/argopy/utils/monitored_threadpool.py index c4f0c4af..faecb894 100644 --- a/argopy/utils/monitored_threadpool.py +++ b/argopy/utils/monitored_threadpool.py @@ -1,5 +1,5 @@ """ -This sub-module provides utilities for miscellaneous computation tasks with multitheading +This submodule provides utilities for miscellaneous computation tasks with multithreading We construct the MyThreadPoolExecutor class, we create a series of classes using multiple inheritance to implement monitoring features