fix grammar

This commit is contained in:
Marcell Kovács 2023-02-07 18:02:24 +01:00
parent 0a7faff2b9
commit 0ec3741ef8
No known key found for this signature in database
10 changed files with 13 additions and 13 deletions

View file

@ -235,7 +235,7 @@ def _get_items(query, server_id=None):
# multiprocessing.dummy.Pool completes all requests in multiple threads but has to
# complete all tasks before allowing any results to be processed. ThreadPoolExecutor
# allows for completed tasks to be processed while other tasks are completed on other
# threads. Dont be a dummy.Pool, be a ThreadPoolExecutor
# threads. Don't be a dummy.Pool, be a ThreadPoolExecutor
with concurrent.futures.ThreadPoolExecutor(dthreads) as p:
# dictionary for storing the jobs and their results
jobs = {}