Add missing spaces to help string

This commit is contained in:
Josiah Outram Halstead 2023-11-24 11:14:45 +00:00 committed by GitHub
parent 07c38d6353
commit ef643dee0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@ class Command(ProgressBarMixin, BaseCommand):
default=False, default=False,
action="store_true", action="store_true",
help=( help=(
"If set, the document retagger will overwrite any previously" "If set, the document retagger will overwrite any previously "
"set correspondent, document and remove correspondents, types" "set correspondent, document and remove correspondents, types "
"and tags that do not match anymore due to changed rules." "and tags that do not match anymore due to changed rules."
), ),
) )