From f21d12bbfff0357086bc691552514e573fd53df8 Mon Sep 17 00:00:00 2001 From: Edward <43848523+thomashacker@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:04:41 +0100 Subject: [PATCH] Fix wording Co-authored-by: Adriane Boyd --- website/docs/usage/training.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/training.mdx b/website/docs/usage/training.mdx index 7a57602d3..d23437aeb 100644 --- a/website/docs/usage/training.mdx +++ b/website/docs/usage/training.mdx @@ -761,7 +761,7 @@ your pipeline and registered when it's loaded. See the documentation on Please note that unpackaged models produced by `spacy train` do **not include -any custom code**, you need to import the code to your script before loading in +any custom code**, you need to import the code in your script before loading unpackaged models.