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 046a9d58..94e1f42d 100644 --- a/python/types.py +++ b/python/types.py @@ -412,7 +412,7 @@ class Type(object): @property def signed(self): - """Wether type is signed (read-only)""" + """Whether type is signed (read-only)""" if self._mutable: result = core.BNIsTypeBuilderSigned(self._handle) else: |
