Skip to content

Commit 746a997

Browse files
authored
Update api-ref.md
1 parent 7c62304 commit 746a997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ Name | Description
14801480

14811481
Returns the final `JobItem`.
14821482

1483-
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`.
1483+
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`.
14841484

14851485
**Example**
14861486

0 commit comments

Comments
 (0)