Fix wording

This commit is contained in:
ines 2017-03-16 22:21:46 +01:00
parent 08b0fb62cc
commit f4df9463f2
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ p To load a model, use #[code spacy.load()] with the model's shortcut link:
p p
| You can also use the #[code info()] method to print a model's meta data | 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()] | 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. +code.
import spacy import spacy