Skip to content

Commit

Permalink
fix: queue info jobs field (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Oct 17, 2023
1 parent 097df4d commit c44f36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pennylane/0_Getting_started/0_Getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Next, we check the hybrid job queue depth with `AwsDevice(device_arn).queue_depth().job`. "
"Next, we check the hybrid job queue depth with `AwsDevice(device_arn).queue_depth().jobs`. "
]
},
{
Expand All @@ -575,7 +575,7 @@
"metadata": {},
"outputs": [],
"source": [
"AwsDevice(device_arn).queue_depth().job"
"AwsDevice(device_arn).queue_depth().jobs"
]
},
{
Expand Down

0 comments on commit c44f36c

Please sign in to comment.