From 83643cbdfe3968011b85fe17d2b977fa097dd1f6 Mon Sep 17 00:00:00 2001 From: Baskar Gopinath <73015364+baskargopinath@users.noreply.github.com> Date: Fri, 14 Jun 2024 23:19:55 +0800 Subject: [PATCH] docs: Fix typo in tutorial about structured data extraction (#22888) [Fixed typo](docs: Fix typo in tutorial about structured data extraction) --- docs/docs/how_to/structured_output.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/structured_output.ipynb b/docs/docs/how_to/structured_output.ipynb index 5f3d82d21c..4c8b0fd26e 100644 --- a/docs/docs/how_to/structured_output.ipynb +++ b/docs/docs/how_to/structured_output.ipynb @@ -76,7 +76,7 @@ "id": "a808a401-be1f-49f9-ad13-58dd68f7db5f", "metadata": {}, "source": [ - "If we want the model to return a Pydantic object, we just need to pass in desired the Pydantic class:" + "If we want the model to return a Pydantic object, we just need to pass in the desired Pydantic class:" ] }, {