Fix error

This commit is contained in:
Matthew Honnibal 2024-04-16 12:13:34 +02:00
parent 0fd797e33c
commit 42a373db5c

View File

@ -220,7 +220,7 @@ class Warnings(metaclass=ErrorsWithCodes):
"key attribute for vectors, configure it through Vectors(attr=) or "
"'spacy init vectors --attr'")
W126 = ("Pipe instance '{name}' is being added with a vocab "
"instance that will not match other components. This is "
"instance that does not match other components. This is "
"usually an error.")