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 36bc1178288..259b095bc7d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -747,7 +747,7 @@ Set `python-indent' locally to the value guessed." | |||
| 747 | '(("else" "if" "elif" "while" "for" "try" "except") | 747 | '(("else" "if" "elif" "while" "for" "try" "except") |
| 748 | ("elif" "if" "elif") | 748 | ("elif" "if" "elif") |
| 749 | ("except" "try" "except") | 749 | ("except" "try" "except") |
| 750 | ("finally" "try")) | 750 | ("finally" "try" "except")) |
| 751 | "Alist of keyword matches. | 751 | "Alist of keyword matches. |
| 752 | The car of an element is a keyword introducing a statement which | 752 | The car of an element is a keyword introducing a statement which |
| 753 | can close a block opened by a keyword in the cdr.") | 753 | can close a block opened by a keyword in the cdr.") |