mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-14 17:41:37 +08:00
✏️ Fix typo in docs/tutorial/create-db-and-table.md
(#1252)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user