Skip to content

Commit 3e55f14

Browse files
authored
docs: fix typo (#604)
1 parent b5eb915 commit 3e55f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/utils/key_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sometimes, for complex calculations, rather than have an LLM generate the answer
1919
it can be better to have the LLM generate code to calculate the answer, and then run that code to get the answer.
2020
In order to easily do that, we provide a simple Python REPL to execute commands in.
2121
This interface will only return things that are printed -
22-
therefor, if you want to use it to calculate an answer, make sure to have it print out the answer.
22+
therefore, if you want to use it to calculate an answer, make sure to have it print out the answer.
2323

2424
## Bash
2525
It can often be useful to have an LLM generate bash commands, and then run them.

0 commit comments

Comments
 (0)