From 746a9973e705ceda6ea6c9f3bba350edb8a6c62c Mon Sep 17 00:00:00 2001 From: Sai Ram Pendyala <89296568+sai-ram-pendyala@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:26:33 +0530 Subject: [PATCH] Update api-ref.md --- docs/api-ref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-ref.md b/docs/api-ref.md index 19211449f..d370aec3d 100644 --- a/docs/api-ref.md +++ b/docs/api-ref.md @@ -1480,7 +1480,7 @@ Name | Description Returns the final `JobItem`. -Usually, you can just discard the return value without checking the job status. In case the job wasn't succesful, `wait_for_job` would have already raised an exception. For advanced scenarios, he returned `JobItem` might still be interesting to access e.g. start and end time or `notes`. +Usually, you can just discard the return value without checking the job status. In case the job wasn't succesful, `wait_for_job` would have already raised an exception. For advanced scenarios, the returned `JobItem` might still be interesting to access e.g. start and end time or `notes`. **Example**