Skip to content

Commit

Permalink
docs: fixed a small typo (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rkejji authored Jan 28, 2025
1 parent 2790d24 commit 0c6dd25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"source": [
"def is_terminated(response):\n",
" \"\"\"\n",
" Give alerts when the session shuold be terminated.\n",
" Give alerts when the session should be terminated.\n",
" \"\"\"\n",
" if response.terminated:\n",
" role = response.msg.role_type.name\n",
Expand Down

0 comments on commit 0c6dd25

Please sign in to comment.