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:
parent
959d041677
commit
2b63fabcd3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue