diff options
| author | carsonharmon <carson.harmon@trailofbits.com> | 2021-01-07 11:02:18 -0500 |
|---|---|---|
| committer | Jordan <github@psifertex.com> | 2021-01-07 11:14:21 -0500 |
| commit | 2f49bbb54969819dddd233fb48a14d10eeba5431 (patch) | |
| tree | c51a4e58db964227b6bf26f7e3333343786c60be /python | |
| parent | 125f4010fa80db968a3a5fcf98cdfb67b60f05be (diff) | |
Update comment for has_data_variables
Diffstat (limited to 'python')
| -rw-r--r-- | python/binaryview.py | 2 |
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 |
