typo: run-no-wait.mdx (#1590)

Fixed a typo in the documentation.
This commit is contained in:
Ymir
2025-04-22 15:22:31 +02:00
committed by GitHub
parent 2b790b96e2
commit 230c7ae2ea

View File

@@ -59,7 +59,7 @@ Note that the type of `input` here is a Pydantic model that matches the input sc
## Subscribing to results from an enqueued task
Often is is useful to subscribe to the results of a task at a later time. The `run_no_wait` method returns a `WorkflowRunRef` object which includes a listener for the result of the task.
Often it is useful to subscribe to the results of a task at a later time. The `run_no_wait` method returns a `WorkflowRunRef` object which includes a listener for the result of the task.
<UniversalTabs items={["Python", "Typescript", "Go"]}>
<Tabs.Tab title="Python">