From 9d46a5a053c511e69421f1e42abd9ea51390920a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 May 2016 19:38:19 +0530 Subject: [PATCH] ... --- src/calibre/customize/conversion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/conversion.py b/src/calibre/customize/conversion.py index d143392749..4eae786be3 100644 --- a/src/calibre/customize/conversion.py +++ b/src/calibre/customize/conversion.py @@ -318,7 +318,7 @@ class OutputFormatPlugin(Plugin): def convert(self, oeb_book, output, input_plugin, opts, log): ''' Render the contents of `oeb_book` (which is an instance of - :class:`calibre.ebooks.oeb.OEBBook` to the file specified by output. + :class:`calibre.ebooks.oeb.OEBBook`) to the file specified by output. :param output: Either a file like object or a string. If it is a string it is the path to a directory that may or may not exist. The output