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 ba99f9f9..3c21e499 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -541,7 +541,7 @@ class Section(object):
@property
def semantics(self):
- return SectionSemantics(core.BNSectionSemantics(self.handle))
+ return SectionSemantics(core.BNSectionGetSemantics(self.handle))
@property
def auto_defined(self):