mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8e1eb3a805
commit
5a04b468cc
@ -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, '
|
||||
|
Loading…
x
Reference in New Issue
Block a user