From 92f8b6959a359ff4495205df42f9e86c30aeb8f6 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 24 Sep 2020 13:48:41 +0200 Subject: [PATCH] Fix typo --- spacy/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/errors.py b/spacy/errors.py index d67f01a1d..708b7fda8 100644 --- a/spacy/errors.py +++ b/spacy/errors.py @@ -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 "