From 501979a400ff125bcbd5de8bd714ba6f7185766e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 11 Feb 2016 18:27:20 +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 00f7aedcab..ad55adf92b 100644 --- a/src/calibre/db/cache.py +++ b/src/calibre/db/cache.py @@ -601,7 +601,7 @@ class Cache(object): def get_metadata(self, book_id, get_cover=False, get_user_categories=True, cover_as_data=False): ''' - Return metadata for the book identified by book_id as a :class:`Metadata` object. + Return metadata for the book identified by book_id as a :class:`calibre.ebooks.metadata.book.base.Metadata` object. Note that the list of formats is not verified. If get_cover is True, the cover is returned, either a path to temp file as mi.cover or if cover_as_data is True then as mi.cover_data.