From 6a9a46776661c32ae9a95d9abddf81f7b905a118 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 19 Mar 2021 08:12:49 +0100 Subject: [PATCH] Update website/docs/usage/processing-pipelines.md Co-authored-by: Ines Montani --- website/docs/usage/processing-pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/processing-pipelines.md b/website/docs/usage/processing-pipelines.md index a669bda7d..52568658d 100644 --- a/website/docs/usage/processing-pipelines.md +++ b/website/docs/usage/processing-pipelines.md @@ -91,7 +91,7 @@ have to call `list()` on it first: -### Multiprocessing +### Multiprocessing {#multiprocessing} spaCy includes built-in support for multiprocessing with [`nlp.pipe`](/api/language#pipe) using the `n_process` option: