From 26eb2e96621d0f228c8a5eb26248e79c81962bf1 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 18 Oct 2022 08:54:32 -0400 Subject: remove reference to old show documentation API --- python/workflow.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/workflow.py') diff --git a/python/workflow.py b/python/workflow.py index 13d419e0..81de6e7d 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -163,9 +163,8 @@ class Workflow(metaclass=_WorkflowMetaclass): >>> pwf.insert("core.function.basicBlockAnalysis", ["PythonLogWarn"]) >>> pwf.register() - .. note:: Binary Ninja Workflows is currently under development and available as an early feature preview. For additional documentation:: + .. note:: Binary Ninja Workflows is currently under development and available as an early feature preview. For additional documentation see Help / User Guide / Developer Guide / Workflows - >>> Workflow().show_documentation() """ def __init__(self, name: str = "", handle: core.BNWorkflowHandle = None, query_registry: bool = True): if handle is None: -- cgit v1.3.1