From c7a895687f145c77237375864e28c5101bc250e8 Mon Sep 17 00:00:00 2001 From: Richard Hudson Date: Fri, 22 Jul 2022 22:43:17 +0200 Subject: [PATCH] Update spacy/cli/_util.py Co-authored-by: Raphael Mitsch --- spacy/cli/_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/_util.py b/spacy/cli/_util.py index 0d15ba82b..2f48e8d8f 100644 --- a/spacy/cli/_util.py +++ b/spacy/cli/_util.py @@ -247,7 +247,7 @@ def verify_workflow_step(workflow_name: str, commands: List[str], step: str) -> def validate_project_commands(config: Dict[str, Any]) -> None: """Check that project commands and workflows are valid, don't contain - duplicates, don't clash and only refer to commands that exist. + duplicates, don't clash and only refer to commands that exist. config (Dict[str, Any]): The loaded config. """