From fa9efc56d8a47b07ffbc44764986176ae4d48b60 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 6 May 2025 01:10:34 -0700 Subject: [PATCH] =?utf8?q?=F0=9F=93=9D=20Grammar=20tweak=20in=20`docs/tuto?= =?utf8?q?rial/insert.md`=20(#1368)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/tutorial/insert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/insert.md b/docs/tutorial/insert.md index 01977de3..c11633d6 100644 --- a/docs/tutorial/insert.md +++ b/docs/tutorial/insert.md @@ -329,7 +329,7 @@ And it will work even if there's an exception in the code. 😎 Let's give this whole file a final look. 🔍 -You already know all the first part creating the `Hero` model class, the **engine**, and creating the database and table. +You already know all of the first part for creating the `Hero` model class, the **engine**, and creating the database and table. Let's focus on the new code: -- 2.47.2