diff --git a/website/docs/usage/models.jade b/website/docs/usage/models.jade index 0cd5bcc1d..29bf68389 100644 --- a/website/docs/usage/models.jade +++ b/website/docs/usage/models.jade @@ -187,7 +187,7 @@ p To load a model, use #[code spacy.load()] with the model's shortcut link: p | You can also use the #[code info()] method to print a model's meta data | before loading it. Each #[code Language] object returned by #[code spacy.load()] - | also exposes the model's meta data as the property #[code meta]: + | also exposes the model's meta data as the attribute #[code meta]: +code. import spacy