From d38a88f0f3ca97776387780c2b79711d4971b09f Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Wed, 8 Feb 2023 14:18:33 +0100 Subject: [PATCH] Remove negation. (#12252) --- website/docs/api/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index bd966015e..3f31bef95 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -1492,7 +1492,7 @@ $ python -m spacy project push [remote] [project_dir] ### project pull {id="project-pull",tag="command"} Download all files or directories listed as `outputs` for commands, unless they -are not already present locally. When searching for files in the remote, `pull` +are already present locally. When searching for files in the remote, `pull` won't just look at the output path, but will also consider the **command string** and the **hashes of the dependencies**. For instance, let's say you've previously pushed a checkpoint to the remote, but now you've changed some