diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-02-28 23:02:12 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-02-28 23:02:12 -0500 |
| commit | 6564ca9461ed83e2548dcde270fc3dc884486bd6 (patch) | |
| tree | 899eca3edeb63dbfc03bb3d0b43959d331d4b233 /python/function.py | |
| parent | 156ad4bb6d7c789c4f4a1c7daf635eb7d3a92400 (diff) | |
Fix typo in API name
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() |
