From a91345d626b76ed708dfa7ddccf04fa2c72e3809 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 13 Aug 2020 16:22:16 -0500 Subject: [PATCH] Change outdated verbiage in comment. --- calibre-plugin/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-plugin/jobs.py b/calibre-plugin/jobs.py index a63e29f03..2323f8e3e 100644 --- a/calibre-plugin/jobs.py +++ b/calibre-plugin/jobs.py @@ -43,7 +43,7 @@ def do_download_worker(book_list, merge=False, notification=lambda x,y:x): ''' - Master job, to launch child jobs to extract ISBN for a set of books + Coordinator job, to launch child jobs to extract ISBN for a set of books This is run as a worker job in the background to keep the UI more responsive and get around the memory leak issues as it will launch a child job for each book as a worker process