Fix typo in exceptions.rst (GH-25434)
attemps -> attempts
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index 158672d..21c508d 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -512,7 +512,7 @@
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