]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/python.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / progmodes / python.el
index 4b0a028faa3aa3d3e533a4391d50f4338e965285..d45d082c40ab2c3f11f71b49e924ca76fa831f9c 100644 (file)
@@ -3216,7 +3216,7 @@ With argument MSG show activation/deactivation message."
            (concat
             "Your `python-shell-interpreter' doesn't seem to "
             "support readline, yet `python-shell-completion-native' "
-            (format "was `t' and %S is not part of the "
+            (format "was t and %S is not part of the "
                     (file-name-nondirectory python-shell-interpreter))
             "`python-shell-completion-native-disabled-interpreters' "
             "list.  Native completions have been disabled locally. "))