diff --git a/src/calibre/utils/formatter_functions.py b/src/calibre/utils/formatter_functions.py index 600d2c7f93..4455d4d9eb 100644 --- a/src/calibre/utils/formatter_functions.py +++ b/src/calibre/utils/formatter_functions.py @@ -2191,7 +2191,7 @@ class BuiltinListReGroup(BuiltinFormatterFunction): def __doc__getter__(self): return translate_ffml( r''' ``list_re_group(src_list, separator, include_re, search_re [,template_for_group]*)`` --- Like list_re except replacements are not optional.[/] It +-- Like ``list_re()`` except replacements are not optional.[/] It uses ``re_group(item, search_re, template ...)`` when doing the replacements. ''')