]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Grammar tweak in `docs/tutorial/insert.md` (#1368)
authorBrett Cannon <brett@python.org>
Tue, 6 May 2025 08:10:34 +0000 (01:10 -0700)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 08:10:34 +0000 (10:10 +0200)
docs/tutorial/insert.md

index 01977de35b317b2ae89d0e9e92477b6923f81b56..c11633d6ce04e485ebecb6e0d5f42316baeaca1b 100644 (file)
@@ -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: