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 b917d3f6429..d5aa73f5ef3 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -502,7 +502,7 @@ The type returned can be `comment', `string' or `paren'."
502 (and 502 (and
503 ;; Match even number of backslashes. 503 ;; Match even number of backslashes.
504 (or (not (any ?\\ ?\' ?\")) point 504 (or (not (any ?\\ ?\' ?\")) point
505 ;; Quotes might be preceeded by a escaped quote. 505 ;; Quotes might be preceded by a escaped quote.
506 (and (or (not (any ?\\)) point) ?\\ 506 (and (or (not (any ?\\)) point) ?\\
507 (* ?\\ ?\\) (any ?\' ?\"))) 507 (* ?\\ ?\\) (any ?\' ?\")))
508 (* ?\\ ?\\) 508 (* ?\\ ?\\)