aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 90b5e4e0dc6..d4ed1392703 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2850,8 +2850,7 @@ of `error' with a user-friendly message."
2850 (or (python-shell-get-process) 2850 (or (python-shell-get-process)
2851 (if interactivep 2851 (if interactivep
2852 (user-error 2852 (user-error
2853 "Start a Python process first with `%s' or `%s'." 2853 "Start a Python process first with `M-x run-python' or `%s'."
2854 (substitute-command-keys "\\[run-python]")
2855 ;; Get the binding. 2854 ;; Get the binding.
2856 (key-description 2855 (key-description
2857 (where-is-internal 2856 (where-is-internal