mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Fix wrong variable name
This commit is contained in:
parent
3d483377f8
commit
527c2ae859
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ seconds, consider the kernel dead and call the callback in the
|
|||
:type keyword
|
||||
:initarg :type
|
||||
:documentation "The type of this channel. Should be one of
|
||||
the keys in `jupyter-channel-socket-types'.")
|
||||
the keys in `jupyter-socket-types'.")
|
||||
(session
|
||||
:type jupyter-session
|
||||
:initarg :session
|
||||
|
|
Loading…
Add table
Reference in a new issue