mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 13:45:01 +08:00
A paren wrongly used in __repr__.
This commit is contained in:
@@ -341,5 +341,5 @@ class ErrorLeaf(Leaf):
|
||||
self.original_type = original_type
|
||||
|
||||
def __repr__(self):
|
||||
return "<%s: %s:%s, %s)>" % \
|
||||
return "<%s: %s:%s, %s>" % \
|
||||
(type(self).__name__, self.original_type, repr(self.value), self.start_pos)
|
||||
|
||||
Reference in New Issue
Block a user