Fix: Add missing spaces to document retagger help string (#4674)

This commit is contained in:
Josiah Outram Halstead 2023-11-24 15:25:38 +00:00 committed by GitHub
parent 1c4dfc3c6e
commit a320bfa425
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,
action="store_true",
help=(
"If set, the document retagger will overwrite any previously"
"set correspondent, document and remove correspondents, types"
"If set, the document retagger will overwrite any previously "
"set correspondent, document and remove correspondents, types "
"and tags that do not match anymore due to changed rules."
),
)