Fix two typos in comments in python.el

* lisp/progmodes/python.el
(python-font-lock-keywords-maximum-decoration): Fix typos in
comments (bug#55557).
This commit is contained in:
kobarity 2022-05-22 13:26:34 +02:00 committed by Lars Ingebrigtsen
parent 959d041677
commit 2b63fabcd3

View file

@ -678,7 +678,7 @@ sign in chained assignment."
;; and variants thereof
;; the cases
;; (a) = 5
;; [a] = 5
;; [a] = 5,
;; [*a] = 5, 6
;; are handled separately below
(,(python-font-lock-assignment-matcher
@ -708,7 +708,7 @@ sign in chained assignment."
(1 font-lock-variable-name-face))
;; special cases
;; (a) = 5
;; [a] = 5
;; [a] = 5,
;; [*a] = 5, 6
(,(python-font-lock-assignment-matcher
(python-rx (or line-start ?\; ?=) (* space)