mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
jupyter-interrupt-kernel: Fix typo
This commit is contained in:
parent
d7b8719126
commit
5bf04d24de
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ subprocess."
|
||||||
(jupyter-send control-channel :interrupt-request
|
(jupyter-send control-channel :interrupt-request
|
||||||
(jupyter-message-interrupt-request))
|
(jupyter-message-interrupt-request))
|
||||||
(jupyter-with-timeout
|
(jupyter-with-timeout
|
||||||
((format "Interruptin %s kernel"
|
((format "Interrupting %s kernel"
|
||||||
(jupyter-kernel-name kernel))
|
(jupyter-kernel-name kernel))
|
||||||
(or timeout jupyter-default-timeout)
|
(or timeout jupyter-default-timeout)
|
||||||
(message "No interrupt reply from kernel (%s)"
|
(message "No interrupt reply from kernel (%s)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue