Skip to content

Commit

Permalink
Fix execute_child_workflow apidoc (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr authored Mar 5, 2024
1 parent b4c51e2 commit 477aa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporalio/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,7 @@ async def execute_child_workflow(
) -> Any:
"""Start a child workflow and wait for completion.
This is a shortcut for ``await`` :py:meth:`start_child_workflow`.
This is a shortcut for ``await (await`` :py:meth:`start_child_workflow` ``)``.
"""
temporalio.common._warn_on_deprecated_search_attributes(search_attributes)
# We call the runtime directly instead of top-level start_child_workflow to
Expand Down

0 comments on commit 477aa31

Please sign in to comment.