From 0729d1edca3a58e3b03f79a10c114e74491d5edf Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 12 Sep 2018 15:32:08 +0200 Subject: [PATCH] Fix formatting --- website/api/language.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/api/language.jade b/website/api/language.jade index e933327df..417e3543c 100644 --- a/website/api/language.jade +++ b/website/api/language.jade @@ -99,7 +99,7 @@ p | Process texts as a stream, and yield #[code Doc] objects in order. | Supports GIL-free multi-threading. -+infobox("⚠️", "Important note for spaCy v2.0.x") ++infobox("Important note for spaCy v2.0.x", "⚠️") | By default, multiple threads will be launched for matrix multiplication, | which may be inefficient on multi-core machines. Setting | #[code OPENBLAS_NUM_THREADS=1] should fix this problem. spaCy v2.1.x