Skip to content

Commit 3eda4e7

Browse files
committed
Fix docstring for workflow.defn's dynamic argument
1 parent 49ca10e commit 3eda4e7

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
@@ -118,7 +118,7 @@ def defn(
118118
cannot be set if dynamic is set.
119119
sandboxed: Whether the workflow should run in a sandbox. Default is
120120
true.
121-
dynamic: If true, this activity will be dynamic. Dynamic workflows have
121+
dynamic: If true, this workflow will be dynamic. Dynamic workflows have
122122
to accept a single 'Sequence[RawValue]' parameter. This cannot be
123123
set to true if name is present.
124124
failure_exception_types: The types of exceptions that, if a

0 commit comments

Comments
 (0)