Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jun 30, 2024
1 parent 2f6aaa6 commit 7fec983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ def __len__(self) -> int:
return len(self.d)

def __repr__(self):
return f"{type(self).__name__}({', '.join(map(str,self))})"
return f"{type(self).__name__}({', '.join(map(repr,self))})"

0 comments on commit 7fec983

Please sign in to comment.