Fix parameter name in .pxd file

This commit is contained in:
Matthew Honnibal 2017-09-26 07:28:50 -05:00
parent a181987061
commit 9bfd585a11

View File

@ -54,7 +54,7 @@ cdef class Doc:
cdef public object noun_chunks_iterator
cdef int push_back(self, LexemeOrToken lex_or_tok, bint trailing_space) except -1
cdef int push_back(self, LexemeOrToken lex_or_tok, bint has_space) except -1
cpdef np.ndarray to_array(self, object features)