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 21b9569 commit e2772bdCopy full SHA for e2772bd
docs/kernels.rst
@@ -135,7 +135,7 @@ JSON serialised dictionary containing the following keys and values:
135
- **interrupt_mode** (optional): May be either ``signal`` or ``message`` and
136
specifies how a client is supposed to interrupt cell execution on this kernel,
137
either by sending an interrupt ``signal`` via the operating system's
138
- signalling facilities (e.g. `SIGTERM` on POSIX systems), or by sending an
+ signalling facilities (e.g. `SIGINT` on POSIX systems), or by sending an
139
``interrupt_request`` message on the control channel (see
140
:ref:`msging_interrupt`). If this is not specified
141
the client will default to ``signal`` mode.
0 commit comments