From ad2935f0c37aeef3f6913d861d2df15b982ce5dd Mon Sep 17 00:00:00 2001 From: pavillet Date: Fri, 17 Nov 2017 00:02:20 +0100 Subject: [PATCH] Update _spacy.jade Doc example gives 'object is not subscriptable' error. Correcting as an attribuet --- website/api/_top-level/_spacy.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/api/_top-level/_spacy.jade b/website/api/_top-level/_spacy.jade index a51b429af..1eb2e299a 100644 --- a/website/api/_top-level/_spacy.jade +++ b/website/api/_top-level/_spacy.jade @@ -110,7 +110,7 @@ p | information about your installation, models and local setup from within | spaCy. To get the model meta data as a dictionary instead, you can | use the #[code meta] attribute on your #[code nlp] object with a - | loaded model, e.g. #[code nlp['meta']]. + | loaded model, e.g. #[code nlp.meta]. +aside-code("Example"). spacy.info()