diff --git a/spacy/spans.pyx b/spacy/spans.pyx index 5759a8c0b..d2acbedec 100644 --- a/spacy/spans.pyx +++ b/spacy/spans.pyx @@ -92,7 +92,7 @@ cdef class Span: if left.i < self.start: yield left - property right: + property rights: """Tokens that are to the right of the Span, whose head is within the Span.""" def __get__(self): for token in self: