We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f719e commit 6d86f27Copy full SHA for 6d86f27
Doc/library/signal.rst
@@ -36,7 +36,7 @@ Execution of Python signal handlers
36
A Python signal handler does not get executed inside the low-level (C) signal
37
handler. Instead, the low-level signal handler sets a flag which tells the
38
:term:`virtual machine` to execute the corresponding Python signal handler
39
-at a later point (for example at the next :term:`bytecode` instruction).
+at a later point (for example, at the next :term:`bytecode` instruction).
40
This has consequences:
41
42
* It makes little sense to catch synchronous errors like :const:`SIGFPE` or
0 commit comments