Skip to content

Commit

Permalink
Update 12_qaoa_runtime.ipynb (#393) (#397)
Browse files Browse the repository at this point in the history
Fixed spelling error (`Bob status: -> Job status`)

Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com>
(cherry picked from commit 7e4bb5f)

Co-authored-by: Joshua Apanavicius <43190207+japanavi@users.noreply.github.com>
  • Loading branch information
mergify[bot] and japanavi committed Jul 6, 2022
1 parent 545924c commit 61de244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/12_qaoa_runtime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
],
"source": [
"print(f\"Job id: {job.job_id()}\")\n",
"print(f\"Bob status: {job.status()}\")"
"print(f\"Job status: {job.status()}\")"
]
},
{
Expand Down

0 comments on commit 61de244

Please sign in to comment.