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 b176fffb23
commit 804a9d5dde

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."
),
)