Update _spacy.jade

Doc example gives 'object is not subscriptable' error.
Correcting as an attribuet
This commit is contained in:
pavillet 2017-11-17 00:02:20 +01:00 committed by GitHub
parent a3d4dd1a5d
commit ad2935f0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()