Skip to content

Commit

Permalink
Fixed e941 link rendering by removing the dot (explosion#12735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiadAmerr authored Jun 19, 2023
1 parent 7e4b38c commit 3125b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacy/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ class Errors(metaclass=ErrorsWithCodes):
"model from a shortcut, which is obsolete as of spaCy v3.0. To "
"load the model, use its full name instead:\n\n"
"nlp = spacy.load(\"{full}\")\n\nFor more details on the available "
"models, see the models directory: https://spacy.io/models. If you "
"want to create a blank model, use spacy.blank: "
"models, see the models directory: https://spacy.io/models and if "
"you want to create a blank model, use spacy.blank: "
"nlp = spacy.blank(\"{name}\")")
E942 = ("Executing `after_{name}` callback failed. Expected the function to "
"return an initialized nlp object but got: {value}. Maybe "
Expand Down

0 comments on commit 3125b97

Please sign in to comment.