docs/jobs: Fix minor typo (#1128)

main
William Woodruff 5 years ago committed by Selwin Ong
parent 51efc20371
commit b020c7fa34

@ -19,7 +19,7 @@ from rq.job import Job
redis = Redis()
job = Job.fetch('my_job_id', connection=redis)
print('Status: %s' $ job.get_status())
print('Status: %s' % job.get_status())
```
Some interesting job attributes include:

Loading…
Cancel
Save