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.