mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-shutdown-kernel: Fix wording of documentation
This commit is contained in:
parent
c7ec4613be
commit
6d3b326124
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ kernel. Starting a kernel involves the following steps:
|
|||
(oset manager control-channel nil))))
|
||||
|
||||
(cl-defgeneric jupyter-shutdown-kernel ((manager jupyter-kernel-manager) &optional restart timeout)
|
||||
"Shutdown MANAGER's kernel with an optional RESTART.
|
||||
"Shutdown MANAGER's kernel or restart instead if RESTART is non-nil.
|
||||
Wait until TIMEOUT before forcibly shutting down the kernel.")
|
||||
|
||||
(cl-defmethod jupyter-shutdown-kernel ((manager jupyter-kernel-manager) &optional restart timeout)
|
||||
|
|
Loading…
Add table
Reference in a new issue