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.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.