Skip to content

Commit 3f1da89

Browse files
committed
Fix docstring
1 parent 779d52a commit 3f1da89

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
@@ -5256,7 +5256,7 @@ class StartWorkflowUpdateInput:
52565256

52575257
@dataclass
52585258
class UpdateWithStartUpdateWorkflowInput:
5259-
"""Update input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
5259+
"""Update input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
52605260
52615261
.. warning::
52625262
This API is experimental
@@ -5274,7 +5274,7 @@ class UpdateWithStartUpdateWorkflowInput:
52745274

52755275
@dataclass
52765276
class UpdateWithStartStartWorkflowInput:
5277-
"""StartWorkflow input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
5277+
"""StartWorkflow input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
52785278
52795279
.. warning::
52805280
This API is experimental
@@ -5312,7 +5312,7 @@ class UpdateWithStartStartWorkflowInput:
53125312

53135313
@dataclass
53145314
class StartWorkflowUpdateWithStartInput:
5315-
"""Input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
5315+
"""Input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
53165316
53175317
.. warning::
53185318
This API is experimental

0 commit comments

Comments
 (0)