mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 16:01:37 -05:00
Fix typo
This commit is contained in:
parent
7a52f6240d
commit
66ee784b22
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ nil."
|
|||
(setf (jupyter-kernel-session kernel) nil))
|
||||
|
||||
(cl-defmethod jupyter-shutdown :before ((kernel jupyter-kernel))
|
||||
"Notify that the kernel launched."
|
||||
"Notify that the kernel will be shutdown."
|
||||
(message "%s kernel shutdown..." (jupyter-kernel-name kernel)))
|
||||
|
||||
(cl-defmethod jupyter-shutdown :after ((kernel jupyter-kernel))
|
||||
|
|
Loading…
Add table
Reference in a new issue