From d4d6083afb4848fa37a20b0e7cc0c52b611b6b89 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Wed, 19 Sep 2012 13:04:13 +0200 Subject: [PATCH] Bad indent... --- src/calibre/utils/formatter_functions.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/calibre/utils/formatter_functions.py b/src/calibre/utils/formatter_functions.py index c6bc8b09a2..fae2d50f80 100644 --- a/src/calibre/utils/formatter_functions.py +++ b/src/calibre/utils/formatter_functions.py @@ -651,13 +651,12 @@ class BuiltinFormatsPaths(BuiltinFormatterFunction): name = 'formats_paths' arg_count = 0 category = 'Get values from metadata' - __doc__ = doc = _('formats_paths() -- return a comma-separated list of ' - 'colon_separated items representing full path to ' - 'the formats of a book. You can use the select ' - 'function to get the path for a specific ' - 'format. Note that format names are always uppercase, ' - 'as in EPUB.' - ) + __doc__ = doc = _('formats_paths() -- return a comma-separated list of ' + 'colon_separated items representing full path to ' + 'the formats of a book. You can use the select ' + 'function to get the path for a specific ' + 'format. Note that format names are always uppercase, ' + 'as in EPUB.') def evaluate(self, formatter, kwargs, mi, locals): fmt_data = mi.get('format_metadata', {})