Skip to content

Commit 896a097

Browse files
committed
Fix docstring
1 parent 4816dda commit 896a097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

temporalio/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5248,7 +5248,7 @@ class StartWorkflowUpdateInput:
52485248

52495249
@dataclass
52505250
class UpdateWithStartUpdateWorkflowInput:
5251-
"""Update input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
5251+
"""Update input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
52525252
52535253
.. warning::
52545254
This API is experimental
@@ -5266,7 +5266,7 @@ class UpdateWithStartUpdateWorkflowInput:
52665266

52675267
@dataclass
52685268
class UpdateWithStartStartWorkflowInput:
5269-
"""StartWorkflow input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
5269+
"""StartWorkflow input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
52705270
52715271
.. warning::
52725272
This API is experimental
@@ -5304,7 +5304,7 @@ class UpdateWithStartStartWorkflowInput:
53045304

53055305
@dataclass
53065306
class StartWorkflowUpdateWithStartInput:
5307-
"""Input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
5307+
"""Input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
53085308
53095309
.. warning::
53105310
This API is experimental

0 commit comments

Comments
 (0)