From 6eac30d6885f0602e907ced87d35575f62da74b7 Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Tue, 24 Jun 2025 10:10:47 -0400 Subject: abb: temp workaround pending binding update --- python/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/types.py') 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 -- cgit v1.3.1