summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-08-25 00:42:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-08-25 00:43:01 -0700
commit7f67cdb6521ad1d219ced07931ff97e4113f163f (patch)
treeab24f60e6f807e00dd87e22fef33656554ab1ccd /lisp/progmodes/python.el
parent929e3d0265b27210c02ccd26303081263183f75f (diff)
downloademacs-7f67cdb6521ad1d219ced07931ff97e4113f163f.tar.gz
Spelling fixes
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
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)))))