This commit is contained in:
Kovid Goyal 2022-07-17 13:00:33 +05:30
commit 70f753ad09
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1415,7 +1415,7 @@ class BuiltinListJoin(BuiltinFormatterFunction):
"zero values. It can be a field like publisher that is " "zero values. It can be a field like publisher that is "
"single-valued, effectively a one-item list. Duplicates " "single-valued, effectively a one-item list. Duplicates "
"are removed using a case-insensitive comparison. Items are " "are removed using a case-insensitive comparison. Items are "
" returned in the order they appear in the source lists. " "returned in the order they appear in the source lists. "
"If items on lists differ only in letter case then the last " "If items on lists differ only in letter case then the last "
"is used. All separators can be more than one character.\n" "is used. All separators can be more than one character.\n"
"Example:") + "\n\n" + ( "Example:") + "\n\n" + (