Skip to content

Commit

Permalink
Fix attribute-context --help
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Mar 18, 2024
1 parent a7f77fd commit 4e679ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inseq/commands/attribute_context/attribute_context_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4e679ca

Please sign in to comment.