Skip to content

Commit

Permalink
Update start.ipynb
Browse files Browse the repository at this point in the history
nit
  • Loading branch information
senecameeks authored Nov 14, 2023
1 parent 90fed21 commit 438da0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
{
"cell_type": "code",
"source": [
"processor = [p.processor_id for p in engine.list_processors() if p.health() == 'OK']"
"processors = [p.processor_id for p in engine.list_processors() if p.health() == 'OK']"
],
"metadata": {
"id": "rvMeXrC1wnQi"
Expand Down

0 comments on commit 438da0c

Please sign in to comment.