From 6564ca9461ed83e2548dcde270fc3dc884486bd6 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 28 Feb 2019 23:02:12 -0500 Subject: Fix typo in API name --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/function.py') 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() -- cgit v1.3.1