Skip to content

Commit e2772bd

Browse files
committed
Fix signal name.
1 parent 21b9569 commit e2772bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ JSON serialised dictionary containing the following keys and values:
135135
- **interrupt_mode** (optional): May be either ``signal`` or ``message`` and
136136
specifies how a client is supposed to interrupt cell execution on this kernel,
137137
either by sending an interrupt ``signal`` via the operating system's
138-
signalling facilities (e.g. `SIGTERM` on POSIX systems), or by sending an
138+
signalling facilities (e.g. `SIGINT` on POSIX systems), or by sending an
139139
``interrupt_request`` message on the control channel (see
140140
:ref:`msging_interrupt`). If this is not specified
141141
the client will default to ``signal`` mode.

0 commit comments

Comments
 (0)