We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c51e2 commit 477aa31Copy full SHA for 477aa31
temporalio/workflow.py
@@ -3847,7 +3847,7 @@ async def execute_child_workflow(
3847
) -> Any:
3848
"""Start a child workflow and wait for completion.
3849
3850
- This is a shortcut for ``await`` :py:meth:`start_child_workflow`.
+ This is a shortcut for ``await (await`` :py:meth:`start_child_workflow` ``)``.
3851
"""
3852
temporalio.common._warn_on_deprecated_search_attributes(search_attributes)
3853
# We call the runtime directly instead of top-level start_child_workflow to
0 commit comments