This commit is contained in:
Ines Montani 2020-09-24 13:48:41 +02:00
parent 138c8d45db
commit 92f8b6959a

View File

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