diff --git a/comcrawl/utils/multithreading.py b/comcrawl/utils/multithreading.py index 2afbf9c..b9cd92b 100644 --- a/comcrawl/utils/multithreading.py +++ b/comcrawl/utils/multithreading.py @@ -34,8 +34,8 @@ def multithreaded_function(input_list: List, *args) -> List: parameters needed for the function to be executed. Returns: - List of results after all input list elements were - processed. Input order might not be preserved in + List of results after all input list elements were + processed. Input order might not be preserved in output list. """