From 63e787e2a27dc22d9e42c9dddcd74fb943f62ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Fri, 25 Nov 2022 01:40:55 +0100 Subject: [PATCH] Remove unnessary language `none` --- website/docs/usage/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/index.mdx b/website/docs/usage/index.mdx index eebeda574..a5b7990d6 100644 --- a/website/docs/usage/index.mdx +++ b/website/docs/usage/index.mdx @@ -198,7 +198,7 @@ your environment requires an older version of `numpy`. If `numpy` gets downgraded from the most recent release at any point after you've compiled `spacy`, you might see an error that looks like this: -```none +``` numpy.ndarray size changed, may indicate binary incompatibility. ```