summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
authorRyan Snyder <ryan@vector35.com>2025-06-24 10:10:47 -0400
committerRyan Snyder <ryan@vector35.com>2025-06-24 11:04:24 -0400
commit6eac30d6885f0602e907ced87d35575f62da74b7 (patch)
treee8597f3c62e04514b32f533840435638f835b09f /python/types.py
parent799e3c7a23d5f7dea70ebbe7e7ad971bcd0ae155 (diff)
abb: temp workaround pending binding update
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/types.py b/python/types.py
index 325ea12e..97663ff6 100644
--- a/python/types.py
+++ b/python/types.py
@@ -949,7 +949,7 @@ class PointerBuilder(TypeBuilder):
@property
def offset(self) -> int:
- """ Currently not used and has no effect (Leaving this in for compatibility)""""
+ """ Currently not used and has no effect (Leaving this in for compatibility)"""
return core.BNGetTypeBuilderOffset(self._handle)
@offset.setter