update docstring for nn/examples.py

This commit is contained in:
Lise Brinck 2023-11-07 13:14:04 +01:00
parent f8c0d826d6
commit 15da3da8b4

View File

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