Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 19, 2024
1 parent 779d52a commit 3f1da89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporalio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5256,7 +5256,7 @@ class StartWorkflowUpdateInput:

@dataclass
class UpdateWithStartUpdateWorkflowInput:
"""Update input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
"""Update input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
.. warning::
This API is experimental
Expand All @@ -5274,7 +5274,7 @@ class UpdateWithStartUpdateWorkflowInput:

@dataclass
class UpdateWithStartStartWorkflowInput:
"""StartWorkflow input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
"""StartWorkflow input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
.. warning::
This API is experimental
Expand Down Expand Up @@ -5312,7 +5312,7 @@ class UpdateWithStartStartWorkflowInput:

@dataclass
class StartWorkflowUpdateWithStartInput:
"""Input for :py:meth:`OutboundInterceptor.start_workflow_update_with_start`.
"""Input for :py:meth:`OutboundInterceptor.start_update_with_start_workflow`.
.. warning::
This API is experimental
Expand Down

0 comments on commit 3f1da89

Please sign in to comment.