mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Remove comma for consistency
This commit is contained in:
parent
ab9a0d3e57
commit
e5a226cda2
@ -2098,7 +2098,7 @@ class BuiltinListIntersection(BuiltinFormatterFunction):
|
|||||||
def __doc__getter__(self): return translate_ffml(
|
def __doc__getter__(self): return translate_ffml(
|
||||||
r'''
|
r'''
|
||||||
``list_intersection(list1, list2, separator)`` -- return a list made by removing
|
``list_intersection(list1, list2, separator)`` -- return a list made by removing
|
||||||
from ``list1`` any item not found in ``list2``[/], using a case-insensitive
|
from ``list1`` any item not found in ``list2``[/] using a case-insensitive
|
||||||
comparison. The items in ``list1`` and ``list2`` are separated by ``separator``, as
|
comparison. The items in ``list1`` and ``list2`` are separated by ``separator``, as
|
||||||
are the items in the returned list.
|
are the items in the returned list.
|
||||||
''')
|
''')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user