diff options
Diffstat (limited to 'python/types.py')
| -rw-r--r-- | python/types.py | 2 |
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 |
