From ff8a8b4cb259b2437202ff2cadbb26b2d667010a Mon Sep 17 00:00:00 2001 From: 413Michele <413Michele@users.noreply.github.com> Date: Sun, 27 Jul 2025 12:45:43 +0200 Subject: [PATCH] Add quotes to function reference --- src/calibre/utils/formatter_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ''')