From b81fbc962c86f9d29279f37cb269761ab93ebd62 Mon Sep 17 00:00:00 2001 From: Moritz Date: Sun, 28 Jul 2024 01:34:39 +0200 Subject: [PATCH] docs: fix typo in DSPy docs (#24748) **Description:** Just a missing "r" in metric **Dependencies:**N/A --- 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 6f7b75b649d..5536c52fdb5 100644 --- a/docs/docs/integrations/providers/dspy.ipynb +++ b/docs/docs/integrations/providers/dspy.ipynb @@ -355,7 +355,7 @@ "id": "859daaee-ac5d-47f8-8704-827f5578bf1b", "metadata": {}, "source": [ - "## Define a metic\n", + "## Define a metric\n", "\n", "We now need to define a metric. This will be used to determine which runs were successful and we can learn from. Here we will use DSPy's metrics, though you can write your own." ]