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 2165c835057..641563ae0ab 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1681,7 +1681,7 @@ This variable, when set to a string, makes the values stored in
1681`python-shell-process-environment' and `python-shell-exec-path' 1681`python-shell-process-environment' and `python-shell-exec-path'
1682to be modified properly so shells are started with the specified 1682to be modified properly so shells are started with the specified
1683virtualenv." 1683virtualenv."
1684 :type 'string 1684 :type '(choice (const nil) string)
1685 :group 'python 1685 :group 'python
1686 :safe 'stringp) 1686 :safe 'stringp)
1687 1687