From fc389d5656a599ad7aa87424da90e745ae303030 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 27 Dec 2022 21:06:23 +0100 Subject: [PATCH] test2 --- spacy/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/errors.py b/spacy/errors.py index f3baabda3..2ee147d20 100644 --- a/spacy/errors.py +++ b/spacy/errors.py @@ -213,7 +213,7 @@ class Warnings(metaclass=ErrorsWithCodes): W122 = ("Couldn't trace method '{method}' in pipe '{pipe}'. This can happen if the pipe class " "is a Cython extension type.") W123 = ("Argument `enable` with value {enable} does not contain all values specified in the config option " - "`enabled` ({enabled}). Be aware that this might affect other components in your pipeline.") + "`enabled` ({enabled}). Be aware that this might affect other components in your pipeline. ") class Errors(metaclass=ErrorsWithCodes):