mirror of https://github.com/explosion/spaCy.git
Fixed e941 link rendering by removing the dot (#12735)
This commit is contained in:
parent
7e4b38c841
commit
3125b97ace
|
@ -739,8 +739,8 @@ class Errors(metaclass=ErrorsWithCodes):
|
||||||
"model from a shortcut, which is obsolete as of spaCy v3.0. To "
|
"model from a shortcut, which is obsolete as of spaCy v3.0. To "
|
||||||
"load the model, use its full name instead:\n\n"
|
"load the model, use its full name instead:\n\n"
|
||||||
"nlp = spacy.load(\"{full}\")\n\nFor more details on the available "
|
"nlp = spacy.load(\"{full}\")\n\nFor more details on the available "
|
||||||
"models, see the models directory: https://spacy.io/models. If you "
|
"models, see the models directory: https://spacy.io/models and if "
|
||||||
"want to create a blank model, use spacy.blank: "
|
"you want to create a blank model, use spacy.blank: "
|
||||||
"nlp = spacy.blank(\"{name}\")")
|
"nlp = spacy.blank(\"{name}\")")
|
||||||
E942 = ("Executing `after_{name}` callback failed. Expected the function to "
|
E942 = ("Executing `after_{name}` callback failed. Expected the function to "
|
||||||
"return an initialized nlp object but got: {value}. Maybe "
|
"return an initialized nlp object but got: {value}. Maybe "
|
||||||
|
|
Loading…
Reference in New Issue