From 588b5683f0d18aa97ee08ec2df4515ed1c5ef6f9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Jan 2021 13:53:35 +0530 Subject: [PATCH] string changes --- src/calibre/db/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/db/cache.py b/src/calibre/db/cache.py index e8897855a5..956146fc98 100644 --- a/src/calibre/db/cache.py +++ b/src/calibre/db/cache.py @@ -771,7 +771,7 @@ class Cache(object): The progress callback will be called with the book_id and the old and new sizes for each book that has been processed. If an error occurs, the news size will - be a string with th error details. + be a string with the error details. ''' jpeg_quality = max(10, min(jpeg_quality, 100)) path_map = {}