diff options
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index aaf9e413..28634f83 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -1203,7 +1203,7 @@ class Tag: core.BNFreeTag(self.handle) def __repr__(self): - return "<tag {self.type.icon} {self.type.name}: {self.data}>" + return f"<tag {self.type.icon} {self.type.name}: {self.data}>" def __eq__(self, other): if not isinstance(other, self.__class__): |
