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 2b09e346331..ed2a3236be1 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -755,7 +755,7 @@ Set `python-indent' locally to the value guessed."
755 '(("else" "if" "elif" "while" "for" "try" "except") 755 '(("else" "if" "elif" "while" "for" "try" "except")
756 ("elif" "if" "elif") 756 ("elif" "if" "elif")
757 ("except" "try" "except") 757 ("except" "try" "except")
758 ("finally" "try" "except")) 758 ("finally" "else" "try" "except"))
759 "Alist of keyword matches. 759 "Alist of keyword matches.
760The car of an element is a keyword introducing a statement which 760The car of an element is a keyword introducing a statement which
761can close a block opened by a keyword in the cdr.") 761can close a block opened by a keyword in the cdr.")