Fix docs on job attributes (#1083)

main
Ted Summer 6 years ago committed by Selwin Ong
parent 0d593f40e1
commit da21a110b3

@ -23,7 +23,7 @@ print('Status: %s' $ job.get_status())
``` ```
Some interesting job attributes include: Some interesting job attributes include:
* `job.status` * `job.get_status()`
* `job.func_name` * `job.func_name`
* `job.args` * `job.args`
* `job.kwargs` * `job.kwargs`

Loading…
Cancel
Save