This commit is contained in:
Kovid Goyal 2012-03-24 15:52:29 +05:30
parent b8e24b0313
commit 739bdcee7b

View File

@ -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: