Fix docs on job attributes (#1083)

This commit is contained in:
Ted Summer 2019-05-06 18:34:52 -05:00 committed by Selwin Ong
parent 0d593f40e1
commit da21a110b3
1 changed files with 1 additions and 1 deletions

View File

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