Skip to content

Commit 891270a

Browse files
author
Troy Melhase
committed
Fixed typo.
1 parent b9415cd commit 891270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java2python/lib/walker.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ returns [exp = block.unknownExpression]
604604
{exp = ("%s > %s", (left, right))}
605605

606606
| #(LE left=expr[block] right=expr[block])
607-
{exp = ("%s <= %s", (left, bright))}
607+
{exp = ("%s <= %s", (left, right))}
608608

609609
| #(GE left=expr[block] right=expr[block])
610610
{exp = ("%s >= %s", (left, right))}

0 commit comments

Comments
 (0)