mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Fix typo
This commit is contained in:
parent
303a8f2e81
commit
7735d2b8fb
1 changed files with 2 additions and 2 deletions
|
@ -927,8 +927,8 @@ lines, truncate it to something less than
|
|||
|
||||
(cl-defmethod jupyter-handle-status ((client jupyter-repl-client) req msg)
|
||||
(when (equal "idle"
|
||||
(jupyter-with-message-content msg (execution-state)
|
||||
execution-state))
|
||||
(jupyter-with-message-content msg (execution_state)
|
||||
execution_state))
|
||||
(jupyter-with-repl-buffer client
|
||||
(save-excursion
|
||||
(when (ignore-errors
|
||||
|
|
Loading…
Add table
Reference in a new issue