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 375b9fedc9d..1898e0d3b8c 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -536,6 +536,7 @@ The type returned can be `comment', `string' or `paren'."
536 "nonlocal" 536 "nonlocal"
537 ;; Python 3.5+ PEP492 537 ;; Python 3.5+ PEP492
538 (and "async" (+ space) (or "def" "for" "with")) 538 (and "async" (+ space) (or "def" "for" "with"))
539 "await"
539 ;; Extra: 540 ;; Extra:
540 "self") 541 "self")
541 symbol-end) 542 symbol-end)