diff --git a/spacy/pipeline/pipes.pyx b/spacy/pipeline/pipes.pyx index 237d36a12..1d428731e 100644 --- a/spacy/pipeline/pipes.pyx +++ b/spacy/pipeline/pipes.pyx @@ -363,7 +363,7 @@ class Tagger(Pipe): @property.setter def set_morphology(self, value): - return self.cfg["set_morphology"] = True + self.cfg["set_morphology"] = True @property def labels(self):