Skip to content

Commit

Permalink
Fix wrong function name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Jul 6, 2023
1 parent 1baabc8 commit 0f6a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-tramp.el
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ fails."
(jupyter-api-authenticate client 'token))
(t
;; This is here so that reading a password using
;; `tramp-read-passwd' via `jupyter-api-read-passwd' will check
;; `tramp-read-passwd' via `jupyter-tramp-read-passwd' will check
;; auth sources.
(tramp-set-connection-property v "first-password-request" t)
(jupyter-api-authenticate client
Expand Down

0 comments on commit 0f6a902

Please sign in to comment.