Remove reference to voting on issue (#11335)

Not clear which issue this refers to, we don't suggest this for any
other issues, and we don't use votes in general.
This commit is contained in:
Paul O'Leary McCann 2022-08-22 18:29:05 +09:00 committed by GitHub
parent 04c6e5cb95
commit 0f07defe2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,8 +535,7 @@ class Errors(metaclass=ErrorsWithCodes):
E198 = ("Unable to return {n} most similar vectors for the current vectors "
"table, which contains {n_rows} vectors.")
E199 = ("Unable to merge 0-length span at `doc[{start}:{end}]`.")
E200 = ("Can't yet set {attr} from Span. Vote for this feature on the "
"issue tracker: http://github.com/explosion/spaCy/issues")
E200 = ("Can't set {attr} from Span.")
E202 = ("Unsupported {name} mode '{mode}'. Supported modes: {modes}.")
# New errors added in v3.x