summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index e3823590..3195abee 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1859,7 +1859,7 @@ class BinaryView(object):
@property
def has_data_variables(self):
- """Boolean whether the binary has functions (read-only)"""
+ """Boolean whether the binary has data variables (read-only)"""
return core.BNHasDataVariables(self.handle)
@property