Skip to content

Commit f3356f4

Browse files
committed
minor #19894 fix expression language precedence cell grouping (homersimpsons)
This PR was merged into the 6.4 branch. Discussion ---------- fix expression language precedence cell grouping Fix for #19860 (comment) I do not know how to test the changes as those were working with the doc builder previously. Commits ------- 46562c0 fix expression language precedence cell grouping
2 parents fe023ab + 46562c0 commit f3356f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/formats/expression_language.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,9 @@ Operators associativity
446446
``~`` left
447447
``+``, ``-`` left
448448
``..`` left
449-
``==``, ``===``, ``!=``, ``!==``, left
450-
``<``, ``>``, ``>=``, ``<=``,
451-
``not in``, ``in``, ``contains``,
449+
``==``, ``===``, ``!=``, ``!==``, \ left
450+
``<``, ``>``, ``>=``, ``<=``, \
451+
``not in``, ``in``, ``contains``, \
452452
``starts with``, ``ends with``, ``matches``
453453
``&`` left
454454
``^`` left

0 commit comments

Comments
 (0)