* Whitespace in docstring

This commit is contained in:
Matthew Honnibal 2015-07-08 12:37:03 +02:00
parent abc43b852d
commit b24e8be2b9
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@ cdef class Tokens:
@property
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 Tokens sent = Tokens(self.vocab, self._string[self.data[0].idx:])