mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
...
This commit is contained in:
parent
b8e24b0313
commit
739bdcee7b
1 changed files with 1 additions and 1 deletions
|
|
@ -841,7 +841,7 @@ class BuiltinSeriesSort(BuiltinFormatterFunction):
|
|||
name = 'series_sort'
|
||||
arg_count = 0
|
||||
category = 'Get values from metadata'
|
||||
__doc__ = doc = _('booksize() -- return the series sort value')
|
||||
__doc__ = doc = _('series_sort() -- return the series sort value')
|
||||
|
||||
def evaluate(self, formatter, kwargs, mi, locals):
|
||||
if mi.series:
|
||||
|
|
|
|||
Loading…
Reference in a new issue