This commit is contained in:
Kovid Goyal 2016-03-28 07:44:36 +05:30
parent 8e1eb3a805
commit 5a04b468cc

View File

@ -741,7 +741,7 @@ class BuiltinFormatsModtimes(BuiltinFormatterFunction):
arg_count = 1
category = 'Get values from metadata'
__doc__ = doc = _('formats_modtimes(date_format) -- return a comma-separated '
'list of colon_separated items representing modification times '
'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 '
'format_date function for details. You can use the select '
@ -761,7 +761,7 @@ class BuiltinFormatsSizes(BuiltinFormatterFunction):
arg_count = 0
category = 'Get values from metadata'
__doc__ = doc = _('formats_sizes() -- return a comma-separated list of '
'colon_separated items representing sizes in bytes '
'colon-separated items representing sizes in bytes '
'of the formats of a book. You can use the select '
'function to get the size for a specific '
'format. Note that format names are always uppercase, '
@ -777,7 +777,7 @@ class BuiltinFormatsPaths(BuiltinFormatterFunction):
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 '
'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, '