docs/jobs: Fix minor typo ()

main
William Woodruff 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