From 8e1eb3a805ed210057c6662d94b698f49b25c2c3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 28 Mar 2016 07:43:52 +0530 Subject: [PATCH] ... --- src/calibre/utils/formatter_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/formatter_functions.py b/src/calibre/utils/formatter_functions.py index 2f50b24023..42a69d6785 100644 --- a/src/calibre/utils/formatter_functions.py +++ b/src/calibre/utils/formatter_functions.py @@ -744,7 +744,7 @@ class BuiltinFormatsModtimes(BuiltinFormatterFunction): 'list of colon_separated items representing modification times ' 'for the formats of a book. The date_format parameter ' 'specifies how the date is to be formatted. See the ' - 'date_format function for details. You can use the select ' + 'format_date function for details. You can use the select ' 'function to get the mod time for a specific ' 'format. Note that format names are always uppercase, ' 'as in EPUB.'