summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorcarsonharmon <carson.harmon@trailofbits.com>2021-01-07 11:02:18 -0500
committerJordan <github@psifertex.com>2021-01-07 11:14:21 -0500
commit2f49bbb54969819dddd233fb48a14d10eeba5431 (patch)
treec51a4e58db964227b6bf26f7e3333343786c60be /python
parent125f4010fa80db968a3a5fcf98cdfb67b60f05be (diff)
Update comment for has_data_variables
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