Update language code in usage example in comment

This commit is contained in:
Ines Montani 2017-11-08 11:36:38 +01:00 committed by GitHub
parent d097b34059
commit 42b241ccd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from __future__ import unicode_literals
"""
Example sentences to test spaCy and its language models.
>>> from spacy.lang.en.examples import sentences
>>> from spacy.lang.hi.examples import sentences
>>> docs = nlp.pipe(sentences)
"""