Skip to content

Commit 477aa31

Browse files
authored
Fix execute_child_workflow apidoc (#483)
1 parent b4c51e2 commit 477aa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3847,7 +3847,7 @@ async def execute_child_workflow(
38473847
) -> Any:
38483848
"""Start a child workflow and wait for completion.
38493849
3850-
This is a shortcut for ``await`` :py:meth:`start_child_workflow`.
3850+
This is a shortcut for ``await (await`` :py:meth:`start_child_workflow` ``)``.
38513851
"""
38523852
temporalio.common._warn_on_deprecated_search_attributes(search_attributes)
38533853
# We call the runtime directly instead of top-level start_child_workflow to

0 commit comments

Comments
 (0)