diff --git a/spacy/lang/nn/examples.py b/spacy/lang/nn/examples.py index 1a8303aef..3a78f4d3a 100644 --- a/spacy/lang/nn/examples.py +++ b/spacy/lang/nn/examples.py @@ -1,7 +1,7 @@ """ Example sentences to test spaCy and its language models. ->>> from mv_spacy_lang.nn.examples import sentences +>>> from spacy.lang.nn.examples import sentences >>> docs = nlp.pipe(sentences) """