Skip to content

Commit 532dd2a

Browse files
committed
Fix docstring for workflow.defn's dynamic argument
1 parent 1b70f07 commit 532dd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def defn(
129129
cannot be set if dynamic is set.
130130
sandboxed: Whether the workflow should run in a sandbox. Default is
131131
true.
132-
dynamic: If true, this activity will be dynamic. Dynamic workflows have
132+
dynamic: If true, this workflow will be dynamic. Dynamic workflows have
133133
to accept a single 'Sequence[RawValue]' parameter. This cannot be
134134
set to true if name is present.
135135
failure_exception_types: The types of exceptions that, if a

0 commit comments

Comments
 (0)