mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix typo
This commit is contained in:
parent
138c8d45db
commit
92f8b6959a
|
@ -481,7 +481,7 @@ class Errors:
|
|||
|
||||
# TODO: fix numbering after merging develop into master
|
||||
E914 = ("Executing {name} callback failed. Expected the function to "
|
||||
"returnthe nlp object but got: {value}. Maybe you forgot to return "
|
||||
"return the nlp object but got: {value}. Maybe you forgot to return "
|
||||
"the modified object in your function?")
|
||||
E915 = ("Can't use score '{name}' to calculate final weighted score. Expected "
|
||||
"float or int but got: {score_type}. To exclude the score from the "
|
||||
|
|
Loading…
Reference in New Issue
Block a user