From: Josiah Outram Halstead Date: Fri, 24 Nov 2023 15:25:38 +0000 (+0000) Subject: Fix: Add missing spaces to document retagger help string (#4674) X-Git-Tag: v2.0.0~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a320bfa425cf0b1b16380133adf0916c81d72811;p=thirdparty%2Fpaperless-ngx.git Fix: Add missing spaces to document retagger help string (#4674) --- diff --git a/src/documents/management/commands/document_retagger.py b/src/documents/management/commands/document_retagger.py index a7d2c7e123..dda3ecebcc 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." ), )