From 8de5eb55f871f92e1ece6be7f721c7eff32434bf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 27 Oct 2014 08:19:12 +0530 Subject: [PATCH] Fix #1386029 [Little typo?](https://bugs.launchpad.net/calibre/+bug/1386029) --- 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 8551bf3131..998b4c1507 100644 --- a/src/calibre/db/cache.py +++ b/src/calibre/db/cache.py @@ -350,7 +350,7 @@ class Cache(object): ''' Return the value of the field ``name`` for the book identified by ``book_id``. If no such book exists or it has no defined - value for the field ``name` or no such field exists, then + value for the field ``name`` or no such field exists, then ``default_value`` is returned. ``default_value`` is not used for title, title_sort, authors, author_sort