Skip to content

Commit fd4e722

Browse files
authored
Update code-executors.ipynb (#2394)
fix spelling typo
1 parent f3b9feb commit fd4e722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/tutorial/code-executors.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
"nature of the code blocks in agents' conversation.\n",
681681
"If each code block is a \"script\" that does not use variables from\n",
682682
"previous code blocks, the command line code executor is a good choice.\n",
683-
"If the some conde blocks contain expensive computation (e.g., training a\n",
683+
"If the some code blocks contain expensive computation (e.g., training a\n",
684684
"machine learning model and loading large amount of data), and you want to\n",
685685
"keep the state in memory to avoid repeated computation,\n",
686686
"the Jupyter code executor is a better choice."

0 commit comments

Comments
 (0)