From 467aa0cee0670832e70fe853c4ac3179a1460a92 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Mon, 19 Dec 2022 17:39:44 -0500 Subject: [PATCH] Fix typo in docs (#386) --- docs/examples/integrations/textsplitter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/integrations/textsplitter.ipynb b/docs/examples/integrations/textsplitter.ipynb index 3103b4c6d2..b78c78258c 100644 --- a/docs/examples/integrations/textsplitter.ipynb +++ b/docs/examples/integrations/textsplitter.ipynb @@ -149,7 +149,7 @@ "metadata": {}, "source": [ "## tiktoken (OpenAI) Length Function\n", - "You can also use tiktoken, a open source tokenizer package from OpenAI to estimate tokens used. Will probably be ore accurate for their models." + "You can also use tiktoken, a open source tokenizer package from OpenAI to estimate tokens used. Will probably be more accurate for their models." ] }, {