Fixed typo: double space in function description

This commit is contained in:
413Michele 2022-07-17 09:25:49 +02:00 committed by GitHub
parent 44551059d1
commit 6ad9772b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1415,7 +1415,7 @@ class BuiltinListJoin(BuiltinFormatterFunction):
"zero values. It can be a field like publisher that is "
"single-valued, effectively a one-item list. Duplicates "
"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 "
"is used. All separators can be more than one character.\n"
"Example:") + "\n\n" + (