From 4e679caf8b6578d3ad567a6b2391a15cc5fa9001 Mon Sep 17 00:00:00 2001 From: Gabriele Sarti Date: Mon, 18 Mar 2024 11:54:24 +0100 Subject: [PATCH] Fix attribute-context --help --- inseq/commands/attribute_context/attribute_context_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inseq/commands/attribute_context/attribute_context_args.py b/inseq/commands/attribute_context/attribute_context_args.py index d1fb822..295d5cc 100644 --- a/inseq/commands/attribute_context/attribute_context_args.py +++ b/inseq/commands/attribute_context/attribute_context_args.py @@ -195,7 +195,7 @@ class AttributeContextOutputArgs: default=False, help=( "If specified, the intermediate outputs produced by the Inseq library for context-sensitive target " - "identification (CTI) and contextual cues imputation (CCI) are shown during the process.", + "identification (CTI) and contextual cues imputation (CCI) are shown during the process." ), ) save_path: Optional[str] = cli_arg(