aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2022-11-23 05:43:19 +0100
committerStefan Kangas2022-11-23 05:49:22 +0100
commit5e8c62ffcae473b89e268e0081d4041fb19abef7 (patch)
treea091dfb0a81648ac56e3df27d434ebe3edf0b4a3 /lisp/progmodes/python.el
parent17ed39cc8da1681bffc67907d3a76ef3d75917fd (diff)
downloademacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.gz
emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.zip
; Fix typos
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 3a919c8cf20..18594a3e23d 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -578,7 +578,7 @@ the {...} holes that appear within f-strings."
578 ;; FIXME: This will fail to properly highlight strings appearing 578 ;; FIXME: This will fail to properly highlight strings appearing
579 ;; within the {...} of an f-string. 579 ;; within the {...} of an f-string.
580 ;; We could presumably fix it by running 580 ;; We could presumably fix it by running
581 ;; `font-lock-fontify-syntactically-region' (as is done in 581 ;; `font-lock-default-fontify-syntactically-region' (as is done in
582 ;; `sm-c--cpp-fontify-syntactically', for example) after removing 582 ;; `sm-c--cpp-fontify-syntactically', for example) after removing
583 ;; the `face' property, but I'm not sure it's worth the effort and 583 ;; the `face' property, but I'm not sure it's worth the effort and
584 ;; the risks. 584 ;; the risks.