From c00b031a9f6bdd1e6f01ed62faeec560e36627d3 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Tue, 30 Jan 2024 13:45:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Correct=20code=20block=20formatt?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 5d50e65..2d7e897 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -68,7 +68,7 @@ print(recipe.ingredients) instructions: list[str] duration: int -``` + ``` A Recipe class is defined, inheriting from BaseModel (pydantic library). This class specifies the structure of the output data, which you can customize.