From b2a40192e7bb2002e250ce37fce0008bd1c47a8e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 30 Apr 2017 09:52:17 +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 d90dc96e1e..ddbc6e53d5 100644 --- a/src/calibre/db/cache.py +++ b/src/calibre/db/cache.py @@ -1591,7 +1591,7 @@ class Cache(object): def remove_books(self, book_ids, permanent=False): ''' Remove the books specified by the book_ids from the database and delete their format files. If ``permanent`` is False, then the format files - are not deleted. ''' + are placed in the recycle bin. ''' path_map = {} for book_id in book_ids: try: