From 15da3da8b476ad8cad5acf881cade3babcb6d750 Mon Sep 17 00:00:00 2001 From: Lise Brinck Date: Tue, 7 Nov 2023 13:14:04 +0100 Subject: [PATCH] update docstring for nn/examples.py --- spacy/lang/nn/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) """