From 19f83cde21c616ee55c812bb78e13fdb8575c89b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 20 Aug 2018 10:07:14 +0530 Subject: [PATCH] ... --- 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 e2a0563723..5d63061366 100644 --- a/src/calibre/db/cache.py +++ b/src/calibre/db/cache.py @@ -728,7 +728,7 @@ class Cache(object): ''' Copy the format ``fmt`` to the file like object ``dest``. If the specified format does not exist, raises :class:`NoSuchFormat` error. - dest can also be a path, in which case the format is copied to it, iff + dest can also be a path (to a file), in which case the format is copied to it, iff the path is different from the current path (taking case sensitivity into account). '''