From 93dc4ca34d7f177a6a27fe732a82e2023c2c1376 Mon Sep 17 00:00:00 2001 From: Toan Quach <93168955+toan-quach@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:04:13 +0700 Subject: [PATCH] Update docs/manuals/core/entities/orchestrating-and-job-execution.md Co-authored-by: Jean-Robin --- docs/manuals/core/entities/orchestrating-and-job-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/core/entities/orchestrating-and-job-execution.md b/docs/manuals/core/entities/orchestrating-and-job-execution.md index b97adf9a8..e7dda9727 100644 --- a/docs/manuals/core/entities/orchestrating-and-job-execution.md +++ b/docs/manuals/core/entities/orchestrating-and-job-execution.md @@ -177,7 +177,7 @@ Here is the list of the `Submission^`'s attributes: A `Submission^` object is created when a `Scenario^`, a `Sequence^` or a `Task^` is submitted. -- You can get the latest submission of a `Scenario^`, a `Sequence^` or a `Task^` with `taipy.get_latest_job()^`. +- You can get the latest submission of a `Scenario^`, a `Sequence^` or a `Task^` with `taipy.get_latest_submission()^`. - You can retrieve a `Submission^` from its id by using the `taipy.get()^` function. A Submission can be deleted using the `taipy.delete()^` function.