Skip to content

Commit cfaa2d3

Browse files
author
Ikko Ashimine
authored
Fix typo in exceptions.rst (GH-25434)
attemps -> attempts
1 parent adf24bd commit cfaa2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Signal Handling
512512
and if so, invokes the corresponding signal handler. If the :mod:`signal`
513513
module is supported, this can invoke a signal handler written in Python.
514514
515-
The function attemps to handle all pending signals, and then returns ``0``.
515+
The function attempts to handle all pending signals, and then returns ``0``.
516516
However, if a Python signal handler raises an exception, the error
517517
indicator is set and the function returns ``-1`` immediately (such that
518518
other pending signals may not have been handled yet: they will be on the

0 commit comments

Comments
 (0)