mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix typo
This commit is contained in:
parent
4e0610d0d4
commit
a8875d4a4b
|
@ -42,7 +42,7 @@ def _normalize_props(props):
|
|||
elif isinstance(key, (int, str)) and isinstance(value, (int, str)):
|
||||
out[key] = value
|
||||
else:
|
||||
warnings.warn(Warnings.100.format(feature={key: value}))
|
||||
warnings.warn(Warnings.W100.format(feature={key: value}))
|
||||
return out
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user