diff options
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 35f10e54fc7..63a43c1b31a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2165,7 +2165,7 @@ machine then modifies `tramp-remote-process-environment' and ;; shell, otherwise (like in the case of processes started ;; with `process-file') the environment is not changed. ;; This makes environment modifications effective - ;; inconditionally. + ;; unconditionally. (python-shell-tramp-refresh-process-environment ,vec tramp-remote-process-environment)) ,(macroexp-progn body))))) |