From 5f5f5acbc5c799370b9c5242c1b745a5a790a11f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 6 Feb 2024 10:31:06 +0900 Subject: [PATCH] docs: fix typo in dspy.ipynb (#16996) langugage -> language --- docs/docs/integrations/providers/dspy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/dspy.ipynb b/docs/docs/integrations/providers/dspy.ipynb index dba57d5072..85d616bba8 100644 --- a/docs/docs/integrations/providers/dspy.ipynb +++ b/docs/docs/integrations/providers/dspy.ipynb @@ -185,7 +185,7 @@ " \n", "- **Output:** An engaging tweet that correctly answers the question from the retrieved info.\n", " \n", - "Let's use LangChain's expression langugage (LCEL) to illustrate this. Any prompt here will do, we will optimize the final prompt with DSPy.\n", + "Let's use LangChain's expression language (LCEL) to illustrate this. Any prompt here will do, we will optimize the final prompt with DSPy.\n", "\n", "Considering that, let's just keep it to the barebones: **Given {context}, answer the question {question} as a tweet.**" ]