diff options
Diffstat (limited to 'python')
| -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 1b4762b1..19714d54 100644 --- a/python/types.py +++ b/python/types.py @@ -296,7 +296,7 @@ class Type(object): @property def const(self): - """Whether type is const (read-only)""" + """Whether type is const (read/write)""" result = core.BNIsTypeConst(self.handle) return BoolWithConfidence(result.value, confidence = result.confidence) |
