Skip to content

Commit 6f2a537

Browse files
dandavisoncretz
andauthored
Edit error message
Co-authored-by: Chad Retz <[email protected]>
1 parent 76b2614 commit 6f2a537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ async def start_workflow(
460460
rpc_timeout: Optional[timedelta] = None,
461461
request_eager_start: bool = False,
462462
priority: temporalio.common.Priority = temporalio.common.Priority.default,
463-
# The following options are deliberately not exposed in overloads
463+
# The following options are deliberately not exposed in overloads and are not subject to compatibility expectations
464464
stack_level: int = 2,
465465
nexus_completion_callbacks: Sequence[
466466
temporalio.common.NexusCompletionCallback

0 commit comments

Comments
 (0)