* Whitespace in docstring

This commit is contained in:
Matthew Honnibal 2015-07-08 12:37:03 +02:00
parent abc43b852d
commit b24e8be2b9

View File

@ -181,8 +181,8 @@ cdef class Tokens:
@property @property
def sents(self): def sents(self):
"""Yield a list of sentence Span objects, calculated from the dependency """
parse. Yield a list of sentence Span objects, calculated from the dependency parse.
""" """
cdef int i cdef int i
cdef Tokens sent = Tokens(self.vocab, self._string[self.data[0].idx:]) cdef Tokens sent = Tokens(self.vocab, self._string[self.data[0].idx:])