Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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