* Merge changes in tokens.pyx

This commit is contained in:
Matthew Honnibal 2015-02-17 21:59:37 -05:00
parent 8cc3524dc9
commit 2e3dc3dfe2

View File

@ -338,7 +338,6 @@ cdef class Token:
while ptr != self.c:
if ptr + ptr.head == self.c:
n += 1
ptr += 1
return n
property n_rights: