From 2f49bbb54969819dddd233fb48a14d10eeba5431 Mon Sep 17 00:00:00 2001 From: carsonharmon Date: Thu, 7 Jan 2021 11:02:18 -0500 Subject: Update comment for has_data_variables --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') 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 -- cgit v1.3.1