diff options
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r-- | Include/pyerrors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 4540385..fcaba85 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -352,7 +352,7 @@ PyAPI_FUNC(PyObject *) _PyErr_TrySetFromCause( #endif -/* In sigcheck.c or signalmodule.c */ +/* In signalmodule.c */ PyAPI_FUNC(int) PyErr_CheckSignals(void); PyAPI_FUNC(void) PyErr_SetInterrupt(void); |