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 2e08ab4f15c..5713559beed 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3452,7 +3452,7 @@ With argument MSG show activation/deactivation message."
3452 :warning 3452 :warning
3453 (concat 3453 (concat
3454 "Your `python-shell-interpreter' doesn't seem to " 3454 "Your `python-shell-interpreter' doesn't seem to "
3455 "support readline, yet `python-shell-completion-native' " 3455 "support readline, yet `python-shell-completion-native-enable' "
3456 (format "was t and %S is not part of the " 3456 (format "was t and %S is not part of the "
3457 (file-name-nondirectory python-shell-interpreter)) 3457 (file-name-nondirectory python-shell-interpreter))
3458 "`python-shell-completion-native-disabled-interpreters' " 3458 "`python-shell-completion-native-disabled-interpreters' "