mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Fix typo in exceptions.rst (GH-25434)
attemps -> attempts
This commit is contained in:
parent
adf24bd835
commit
cfaa2d338b
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ Signal Handling
|
|||
and if so, invokes the corresponding signal handler. If the :mod:`signal`
|
||||
module is supported, this can invoke a signal handler written in Python.
|
||||
|
||||
The function attemps to handle all pending signals, and then returns ``0``.
|
||||
The function attempts to handle all pending signals, and then returns ``0``.
|
||||
However, if a Python signal handler raises an exception, the error
|
||||
indicator is set and the function returns ``-1`` immediately (such that
|
||||
other pending signals may not have been handled yet: they will be on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue