From: Brett Cannon Date: Tue, 6 May 2025 08:10:34 +0000 (-0700) Subject: 📝 Grammar tweak in `docs/tutorial/insert.md` (#1368) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa9efc56d8a47b07ffbc44764986176ae4d48b60;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Grammar tweak in `docs/tutorial/insert.md` (#1368) --- 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: