Update spacy/cli/_util.py

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
This commit is contained in:
Richard Hudson 2022-07-22 22:43:17 +02:00 committed by GitHub
parent 5fad119f3e
commit c7a895687f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
"""