Add quotes to function reference

This commit is contained in:
413Michele 2025-07-27 12:45:43 +02:00 committed by GitHub
parent e5a226cda2
commit ff8a8b4cb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2191,7 +2191,7 @@ class BuiltinListReGroup(BuiltinFormatterFunction):
def __doc__getter__(self): return translate_ffml( def __doc__getter__(self): return translate_ffml(
r''' r'''
``list_re_group(src_list, separator, include_re, search_re [,template_for_group]*)`` ``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. uses ``re_group(item, search_re, template ...)`` when doing the replacements.
''') ''')