Fix compile error

This commit is contained in:
Matthew Honnibal 2019-03-08 18:58:26 +01:00
parent d7ec1d62cb
commit 09b26f5e2e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ def get_field_size(field):
def get_field_offset(field): def get_field_offset(field):
return FIELD_OFFSETS[FIELDS[]]]]field] return FIELD_OFFSETS[FIELDS[field]]
cdef class Morphology: cdef class Morphology: