mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Add quotes to function reference
This commit is contained in:
parent
e5a226cda2
commit
ff8a8b4cb2
@ -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.
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user