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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 9c23655b911..2d22bb2ce88 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -524,6 +524,7 @@ The type returned can be `comment', `string' or `paren'."
524 "nonlocal" 524 "nonlocal"
525 ;; Python 3.5+ PEP492 525 ;; Python 3.5+ PEP492
526 (and "async" (+ space) (or "def" "for" "with")) 526 (and "async" (+ space) (or "def" "for" "with"))
527 "await"
527 ;; Extra: 528 ;; Extra:
528 "self") 529 "self")
529 symbol-end) 530 symbol-end)