Skip to content

Commit b77ebfa

Browse files
authored
Fix minor typo (#1666)
1 parent 6121e13 commit b77ebfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporalio/workflow/_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def defn(
7373
cannot be set if dynamic is set.
7474
sandboxed: Whether the workflow should run in a sandbox. Default is
7575
true.
76-
dynamic: If true, this activity will be dynamic. Dynamic workflows have
76+
dynamic: If true, this workflow will be dynamic. Dynamic workflows have
7777
to accept a single 'Sequence[RawValue]' parameter. This cannot be
7878
set to true if name is present.
7979
failure_exception_types: The types of exceptions that, if a

0 commit comments

Comments
 (0)