diff options
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py index 065211c9..b7c9229c 100644 --- a/python/function.py +++ b/python/function.py @@ -1932,7 +1932,7 @@ class DisassemblyTextRenderer(object): @property def has_data_flow(self): - return core.BNDisassmblyTextRendererHasDataFlow(self.handle) + return core.BNDisassemblyTextRendererHasDataFlow(self.handle) def get_instruction_annotations(self, addr): count = ctypes.c_ulonglong() |
