From 261d9a446914ec828ca62d23718e9e4315a02288 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 5 Dec 2024 15:48:58 -0500 Subject: fix documentation around workflow example code --- python/workflow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/workflow.py') diff --git a/python/workflow.py b/python/workflow.py index 5cbeb1e9..8e97ee59 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -255,7 +255,8 @@ class Workflow(metaclass=_WorkflowMetaclass): :Example: - .. code-block:: python +.. code-block:: python + # Define the custom activity configuration configuration = json.dumps({ "name": "analysis.plugins.xorStringDecoder", -- cgit v1.3.1