* Whitespace

This commit is contained in:
Matthew Honnibal 2015-08-10 00:09:02 +02:00
parent 9de98f5a6f
commit 2c9753eff2
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ cdef class StateClass:
return -1
return self._sent[i].head + i
cdef int E(self, int i) nogil
cdef int R(self, int i, int idx) nogil