Skip to content

Commit

Permalink
docs: update tool in customer support tutorial (#2956)
Browse files Browse the repository at this point in the history
Fixes #2952
  • Loading branch information
vbarda authored Jan 8, 2025
1 parent 837f215 commit 9680e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorials/customer-support/customer-support.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"\n",
" # Check the signed-in user actually has this ticket\n",
" cursor.execute(\n",
" \"SELECT flight_id FROM tickets WHERE ticket_no = ? AND passenger_id = ?\",\n",
" \"SELECT ticket_no FROM tickets WHERE ticket_no = ? AND passenger_id = ?\",\n",
" (ticket_no, passenger_id),\n",
" )\n",
" current_ticket = cursor.fetchone()\n",
Expand Down Expand Up @@ -4444,7 +4444,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9680e35

Please sign in to comment.