diff --git a/spacy/lang/hi/examples.py b/spacy/lang/hi/examples.py index df7e21a99..651a76e80 100644 --- a/spacy/lang/hi/examples.py +++ b/spacy/lang/hi/examples.py @@ -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) """