From a6ef20d7fe20c7fde4def36273b236a8244d3134 Mon Sep 17 00:00:00 2001 From: tornikeo <56438982+tornikeo@users.noreply.github.com> Date: Sun, 21 May 2023 09:02:21 +0400 Subject: [PATCH] Fix annoying typo in docs (#5029) # Fixes an annoying typo in docs Fixes Annoying typo in docs - "Therefor" -> "Therefore". It's so annoying to read that I just had to make this PR. --- docs/modules/agents/tools/examples/python.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/agents/tools/examples/python.ipynb b/docs/modules/agents/tools/examples/python.ipynb index 68c77063..6f941226 100644 --- a/docs/modules/agents/tools/examples/python.ipynb +++ b/docs/modules/agents/tools/examples/python.ipynb @@ -1,6 +1,7 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "id": "984a8fca", "metadata": {}, @@ -9,7 +10,7 @@ "\n", "Sometimes, for complex calculations, rather than have an LLM generate the answer directly, it can be better to have the LLM generate code to calculate the answer, and then run that code to get the answer. In order to easily do that, we provide a simple Python REPL to execute commands in.\n", "\n", - "This interface will only return things that are printed - therefor, if you want to use it to calculate an answer, make sure to have it print out the answer." + "This interface will only return things that are printed - therefore, if you want to use it to calculate an answer, make sure to have it print out the answer." ] }, {