From: ArianHamdi <59548833+ArianHamdi@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:16:19 +0000 (+0400) Subject: ✏️ Fix typo in `docs/tutorial/create-db-and-table.md` (#1252) X-Git-Tag: 0.0.23~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=073e4f9fd112749e419e46ced8e3d970f9a96f91;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏️ Fix typo in `docs/tutorial/create-db-and-table.md` (#1252) --- diff --git a/docs/tutorial/create-db-and-table.md b/docs/tutorial/create-db-and-table.md index 978413c3..c1076d58 100644 --- a/docs/tutorial/create-db-and-table.md +++ b/docs/tutorial/create-db-and-table.md @@ -446,7 +446,7 @@ Now we would be able to, for example, import the `Hero` class in some other file We prevented the side effects when importing something from your `app.py` file. -But we still want it to **create the database and table** when we call it with Python directly as an independent script from the terminal, just as as above. +But we still want it to **create the database and table** when we call it with Python directly as an independent script from the terminal, just as above. /// tip