diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2b11aaf524e..79fd0982115 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -322,7 +322,7 @@ Some Python interpreters also require changes to | |||
| 322 | 322 | ||
| 323 | To customize the Python interpreter for interactive use, modify | 323 | To customize the Python interpreter for interactive use, modify |
| 324 | `python-shell-interpreter' instead." | 324 | `python-shell-interpreter' instead." |
| 325 | :version "30.1" | 325 | :version "31.1" |
| 326 | :type 'string) | 326 | :type 'string) |
| 327 | 327 | ||
| 328 | (defcustom python-interpreter-args "" | 328 | (defcustom python-interpreter-args "" |