Remove comma for consistency

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

View File

@ -2098,7 +2098,7 @@ class BuiltinListIntersection(BuiltinFormatterFunction):
def __doc__getter__(self): return translate_ffml(
r'''
``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
are the items in the returned list.
''')