Skip to content

Commit

Permalink
Update docs/manuals/core/entities/orchestrating-and-job-execution.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Lelaquais <[email protected]>
  • Loading branch information
toan-quach and FabienLelaquais authored Jan 18, 2024
1 parent 9a3b0d5 commit 3b9aa93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ taipy waits until all the submitted jobs are finished, or the timeout expires (w
first).

It is also possible to submit a single sequence using the same `taipy.submit()^` function. It returns
a `Submission^` containing the information about the submission of the sequence such as the created `Job^`s
a `Submission^` object containing the information about the submission of the sequence such as the created `Job^`s
representing a `Task^` in the submitted sequence:

```python linenums="1"
Expand Down

0 comments on commit 3b9aa93

Please sign in to comment.