mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix typo in errors (#10256)
This commit is contained in:
parent
2d6cabb23c
commit
7961a0a959
|
@ -483,7 +483,7 @@ class Errors(metaclass=ErrorsWithCodes):
|
||||||
"components, since spans are only views of the Doc. Use Doc and "
|
"components, since spans are only views of the Doc. Use Doc and "
|
||||||
"Token attributes (or custom extension attributes) only and remove "
|
"Token attributes (or custom extension attributes) only and remove "
|
||||||
"the following: {attrs}")
|
"the following: {attrs}")
|
||||||
E181 = ("Received invalid attributes for unkown object {obj}: {attrs}. "
|
E181 = ("Received invalid attributes for unknown object {obj}: {attrs}. "
|
||||||
"Only Doc and Token attributes are supported.")
|
"Only Doc and Token attributes are supported.")
|
||||||
E182 = ("Received invalid attribute declaration: {attr}\nDid you forget "
|
E182 = ("Received invalid attribute declaration: {attr}\nDid you forget "
|
||||||
"to define the attribute? For example: `{attr}.???`")
|
"to define the attribute? For example: `{attr}.???`")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user