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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 58b16794ee0..228a4484616 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3473,7 +3473,7 @@ With argument MSG show activation/deactivation message."
3473 :warning 3473 :warning
3474 (concat 3474 (concat
3475 "Your `python-shell-interpreter' doesn't seem to " 3475 "Your `python-shell-interpreter' doesn't seem to "
3476 "support readline, yet `python-shell-completion-native' " 3476 "support readline, yet `python-shell-completion-native-enable' "
3477 (format "was t and %S is not part of the " 3477 (format "was t and %S is not part of the "
3478 (file-name-nondirectory python-shell-interpreter)) 3478 (file-name-nondirectory python-shell-interpreter))
3479 "`python-shell-completion-native-disabled-interpreters' " 3479 "`python-shell-completion-native-disabled-interpreters' "