mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix doc string for series_sort formatter function.
This commit is contained in:
parent
8fbf4e9e9a
commit
d41112fad7
@ -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…
x
Reference in New Issue
Block a user