Fix typo in exceptions.rst (GH-25434)

attemps -> attempts
This commit is contained in:
Ikko Ashimine 2021-04-17 15:32:53 +09:00 committed by GitHub
parent adf24bd835
commit cfaa2d338b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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