diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-10-18 08:54:32 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-10-18 08:54:32 -0400 |
| commit | 26eb2e96621d0f228c8a5eb26248e79c81962bf1 (patch) | |
| tree | 4be1fed83a3e9f827d8c4dcf7618786ed49795b3 /python/workflow.py | |
| parent | 070b1a17dd32a673fd96e645d47dd0ca3bf764c6 (diff) | |
remove reference to old show documentation API
Diffstat (limited to 'python/workflow.py')
| -rw-r--r-- | python/workflow.py | 3 |
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: |
