summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 000f8561..b718dd6c 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1055,7 +1055,7 @@ class Section:
core.BNFreeSection(self.handle)
def __repr__(self):
- return "<section {self.name}: {self.start:#x}-{self.end:#x}>"
+ return f"<section {self.name}: {self.start:#x}-{self.end:#x}>"
def __len__(self):
return core.BNSectionGetLength(self.handle)