Skip to content

Commit d5276b9

Browse files
DustinXekzhu
andauthored
Update code-executors.ipynb (#2395)
fix grammar Co-authored-by: Eric Zhu <[email protected]>
1 parent c97f0ff commit d5276b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/tutorial/code-executors.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,9 @@
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 code blocks contain expensive computation (e.g., training a\n",
684-
"machine learning model and loading large amount of data), and you want to\n",
685-
"keep the state in memory to avoid repeated computation,\n",
683+
"If some code blocks contain expensive computations (e.g., training a\n",
684+
"machine learning model and loading a large amount of data), and you want to\n",
685+
"keep the state in memory to avoid repeated computations,\n",
686686
"the Jupyter code executor is a better choice."
687687
]
688688
},

0 commit comments

Comments
 (0)