Skip to content

Commit 6d86f27

Browse files
Update Doc/library/signal.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent f9f719e commit 6d86f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/signal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Execution of Python signal handlers
3636
A Python signal handler does not get executed inside the low-level (C) signal
3737
handler. Instead, the low-level signal handler sets a flag which tells the
3838
:term:`virtual machine` to execute the corresponding Python signal handler
39-
at a later point (for example at the next :term:`bytecode` instruction).
39+
at a later point (for example, at the next :term:`bytecode` instruction).
4040
This has consequences:
4141

4242
* It makes little sense to catch synchronous errors like :const:`SIGFPE` or

0 commit comments

Comments
 (0)