From a320bfa425cf0b1b16380133adf0916c81d72811 Mon Sep 17 00:00:00 2001 From: Josiah Outram Halstead Date: Fri, 24 Nov 2023 15:25:38 +0000 Subject: [PATCH] Fix: Add missing spaces to document retagger help string (#4674) --- src/documents/management/commands/document_retagger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documents/management/commands/document_retagger.py b/src/documents/management/commands/document_retagger.py index a7d2c7e12..dda3ecebc 100644 --- a/src/documents/management/commands/document_retagger.py +++ b/src/documents/management/commands/document_retagger.py @@ -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." ), )