summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/workflow.py3
1 files changed, 1 insertions, 2 deletions
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: