docs: run codespell on all notebooks (#736)

* run codespell on all notebooks

* fix codespell
This commit is contained in:
Vadym Barda
2024-06-20 21:39:13 -04:00
committed by GitHub
parent cae502b8fe
commit f741fbf92e
20 changed files with 70 additions and 55 deletions
+1 -1
View File
@@ -229,7 +229,7 @@
"\n",
" # To support patch-based retries, we need to be able to\n",
" # aggregate the messages over multiple turns.\n",
" # The next sequece selects only the relevant messages\n",
" # The next sequence selects only the relevant messages\n",
" # and then applies the validator\n",
" select_messages = retry_strategy.get(\"aggregate_messages\") or _default_aggregator\n",
"\n",