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 b05f9a33e90..5193501f716 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2003,7 +2003,7 @@ position, else returns nil." | |||
| 2003 | It should not contain a caret (^) at the beginning." | 2003 | It should not contain a caret (^) at the beginning." |
| 2004 | :type 'string) | 2004 | :type 'string) |
| 2005 | 2005 | ||
| 2006 | (defcustom python-shell-prompt-block-regexp "\\.\\.\\. " | 2006 | (defcustom python-shell-prompt-block-regexp "\\.\\.\\.:? " |
| 2007 | "Regular expression matching block input prompt of Python shell. | 2007 | "Regular expression matching block input prompt of Python shell. |
| 2008 | It should not contain a caret (^) at the beginning." | 2008 | It should not contain a caret (^) at the beginning." |
| 2009 | :type 'string) | 2009 | :type 'string) |