summaryrefslogtreecommitdiff
path: root/python/workflow.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-12-05 15:48:58 -0500
committerJordan Wiens <jordan@psifertex.com>2024-12-05 15:48:58 -0500
commit261d9a446914ec828ca62d23718e9e4315a02288 (patch)
treedc7c92d6e742835430aaf8d7be404306b2c8b978 /python/workflow.py
parent845c1e5435fd49cf220e6df28934402904c121c0 (diff)
fix documentation around workflow example code
Diffstat (limited to 'python/workflow.py')
-rw-r--r--python/workflow.py3
1 files changed, 2 insertions, 1 deletions
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",