From a800fdd52f6d4cf7254fbe6cd4ba4aec350269ba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 8 Nov 2014 21:11:19 +0530 Subject: [PATCH] ... --- src/calibre/customize/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/__init__.py b/src/calibre/customize/__init__.py index d65be250df..b4cc2a995b 100644 --- a/src/calibre/customize/__init__.py +++ b/src/calibre/customize/__init__.py @@ -363,7 +363,7 @@ class FileTypePlugin(Plugin): # {{{ :param book_id: Database id of the added book. :param book_format: The file type of the book that was added. - :param db: Library database. + :param db: Library database. ''' pass # Default implementation does nothing