We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d386bf commit 305ffd5Copy full SHA for 305ffd5
spacy/tokens/token.pxd
@@ -11,7 +11,7 @@ from .doc cimport Doc
11
from ..errors import Errors
12
13
14
-cdef int MISSING_DEP = 0
+cdef const int MISSING_DEP = 0
15
16
cdef class Token:
17
cdef readonly Vocab vocab
0 commit comments