Fix typo
This commit is contained in:
parent
8d3a7a2422
commit
364d0d20f9
|
@ -166,7 +166,7 @@ validate_constant(struct validator *state, PyObject *value)
|
|||
}
|
||||
|
||||
Py_DECREF(it);
|
||||
++state->recursion_depth;
|
||||
--state->recursion_depth;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue