Thanks to visit codestin.com Credit goes to github.com
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 adf24bd commit cfaa2d3Copy full SHA for cfaa2d3
1 file changed
Doc/c-api/exceptions.rst
@@ -512,7 +512,7 @@ Signal Handling
512
and if so, invokes the corresponding signal handler. If the :mod:`signal`
513
module is supported, this can invoke a signal handler written in Python.
514
515
- The function attemps to handle all pending signals, and then returns ``0``.
+ The function attempts to handle all pending signals, and then returns ``0``.
516
However, if a Python signal handler raises an exception, the error
517
indicator is set and the function returns ``-1`` immediately (such that
518
other pending signals may not have been handled yet: they will be on the
0 commit comments