From 35d726dc15142eaa546a1543ffedb538599d87bd Mon Sep 17 00:00:00 2001 From: Nico Baier Date: Sun, 29 Oct 2023 16:52:37 -0500 Subject: [PATCH] docs(prompt_templates): fix typo in prompt template (#12497) - **Description:** Fixes a small typo in the [Prompt template document](https://python.langchain.com/docs/modules/model_io/prompts/prompt_templates/) - **Dependencies:** none --- docs/docs/modules/model_io/prompts/prompt_templates/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/model_io/prompts/prompt_templates/index.ipynb b/docs/docs/modules/model_io/prompts/prompt_templates/index.ipynb index a7c4d497e0..d2d0e1b82a 100644 --- a/docs/docs/modules/model_io/prompts/prompt_templates/index.ipynb +++ b/docs/docs/modules/model_io/prompts/prompt_templates/index.ipynb @@ -67,7 +67,7 @@ "id": "d54c803c-0f80-412d-9156-b8390e0265c0", "metadata": {}, "source": [ - "The template supports any number of variables, including no variables:n" + "The template supports any number of variables, including no variables:" ] }, {