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 a19445f47f5..7754dc6c87c 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2807,7 +2807,7 @@ command is used to switch to an existing process, only when a new
2807process is started. If you use this, you will probably want to ensure 2807process is started. If you use this, you will probably want to ensure
2808that the current arguments are retained (they will be included in the 2808that the current arguments are retained (they will be included in the
2809prompt). This argument is ignored when this function is called 2809prompt). This argument is ignored when this function is called
2810programmatically, or when running in Emacs 19.34 or older. 2810programmatically.
2811 2811
2812Note: You can toggle between using the CPython interpreter and the 2812Note: You can toggle between using the CPython interpreter and the
2813JPython interpreter by hitting \\[python-toggle-shells]. This toggles 2813JPython interpreter by hitting \\[python-toggle-shells]. This toggles