From 6ac15ad507630e4a961a01d337c5d74ab768806b Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Sat, 23 Jul 2022 10:58:32 +0200 Subject: [PATCH] Correct comment --- spacy/cli/project/parallel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/project/parallel.py b/spacy/cli/project/parallel.py index 53d174fe8..1d3ad675d 100644 --- a/spacy/cli/project/parallel.py +++ b/spacy/cli/project/parallel.py @@ -26,7 +26,7 @@ subprocesses for these OS level commands serially, and sends status information execution back to the main process. The main process maintains a state machine for each spaCy projects command/worker process. The meaning -of the states is documented alongside the _PARALLEL_COMMAND_STATES code. Note that the distinction +of the states is documented alongside the _ParallelCommandInfo.STATES code. Note that the distinction between the states 'failed' and 'terminated' is not meaningful on Windows, so that both are displayed as 'failed/terminated' on Windows systems. """