Correct 2.x formatting "slice2" nonterminal

This commit is contained in:
rocky 2022-05-14 16:54:50 -04:00
parent 223804ac1f
commit 021810bb2c

View File

@ -256,7 +256,7 @@ TABLE_DIRECT = {
(1, NO_PARENTHESIS_EVER)
),
"slice2": ( "[%c:%p]",
"slice2": ( "%c[:%p]",
(0, "expr"),
(1, NO_PARENTHESIS_EVER)
),