From 4a649e3b14d0f747ab10560267ddfa2e02b5130f Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:58:47 +0200 Subject: [PATCH] typo: 'following following' to 'following' (#6163) Co-authored-by: thiswillbeyourgithub --- docs/modules/chains/index_examples/summarize.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/index_examples/summarize.ipynb b/docs/modules/chains/index_examples/summarize.ipynb index 429a9fbb..c8f81c0d 100644 --- a/docs/modules/chains/index_examples/summarize.ipynb +++ b/docs/modules/chains/index_examples/summarize.ipynb @@ -350,7 +350,7 @@ "\"\"\"\n", "\n", "\n", - "reduce_template_string = \"\"\"Give the following following python fuctions name and their descritpion, answer the following question\n", + "reduce_template_string = \"\"\"Give the following python fuctions name and their descritpion, answer the following question\n", "{code_description}\n", "Question: {question}\n", "Answer:\n",