emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2b63fabcd3: Fix two typos in comments in python.el


From: Lars Ingebrigtsen
Subject: master 2b63fabcd3: Fix two typos in comments in python.el
Date: Sun, 22 May 2022 07:26:47 -0400 (EDT)

branch: master
commit 2b63fabcd3a42ce336400909ca0fb09ec23a88ba
Author: kobarity <kobarity@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix two typos in comments in python.el
    
    * lisp/progmodes/python.el
    (python-font-lock-keywords-maximum-decoration): Fix typos in
    comments (bug#55557).
---
 lisp/progmodes/python.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 94297d4ea5..c1368364a9 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]