diff --git a/spacy/errors.py b/spacy/errors.py index f321b8c5a..f16f4fd9d 100644 --- a/spacy/errors.py +++ b/spacy/errors.py @@ -78,7 +78,7 @@ class Warnings: W035 = ('Discarding subpattern "{pattern}" due to an unrecognized ' "attribute or operator.") - # TODO: fix numbering after merging develop into master + # New warnings added in v3.x W086 = ("Component '{listener}' will be (re)trained, but it needs the component " "'{name}' which is frozen. You can either freeze both, or neither " "of the two. If you're sourcing the component from " @@ -485,7 +485,7 @@ class Errors: "issue tracker: http://github.com/explosion/spaCy/issues") E202 = ("Unsupported alignment mode '{mode}'. Supported modes: {modes}.") - # TODO: fix numbering after merging develop into master + # New errors added in v3.x E886 = ("Can't replace {name} -> {tok2vec} listeners: path '{path}' not " "found in config for component '{name}'.") E887 = ("Can't replace {name} -> {tok2vec} listeners: the paths to replace "