Skip to content

Commit 18f4cde

Browse files
committed
Fix wrong mention of function in doc
* jupyter-tramp.el (jupyter-tramp-get-file-model): Do it.
1 parent c799c25 commit 18f4cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-tramp.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ When NO-CONTENT is non-nil, return a model for file that excludes
380380
may or may not be present in this case. If NO-CONTENT is nil,
381381
guarantee that we request FILE's content as well.
382382
383-
See `jupyter-tramp-get-file-model' for details on what a file model is."
383+
See `jupyter-api-get-file-model' for details on what a file model is."
384384
(setq file (expand-file-name file))
385385
(jupyter-tramp-with-api-connection file
386386
(let ((value (or (tramp-get-file-property v localname "model" nil)

0 commit comments

Comments
 (0)