From 1cdb92d1bf58f627fde6c6c0001870e23efe42fe Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Mon, 20 Jun 2022 13:03:18 +0200 Subject: [PATCH] Correction --- website/docs/usage/projects.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/usage/projects.md b/website/docs/usage/projects.md index 62e89a69d..2f30aff1e 100644 --- a/website/docs/usage/projects.md +++ b/website/docs/usage/projects.md @@ -169,9 +169,8 @@ defined in the `project.yml`, and executes the commands it specifies, in order: $ python -m spacy project run all ``` -Sometimes it makes sense to execute two or more commands in parallel. A group -of commands executed in parallel is defined using the `parallel` keyword mapping to -the commands specified as a list. You are responsible for making sure that no +A group of commands to be executed in parallel is defined using the `parallel` keyword +mapping to the commands specified as a list. You are responsible for making sure that no deadlocks, race conditions or other issues can arise from the parallel execution. Using the expected [dependencies and outputs](#deps-outputs) defined in the