✏️ Fix typo in docs/tutorial/create-db-and-table.md (#1252)

This commit is contained in:
ArianHamdi 2025-01-03 01:16:19 +04:00 committed by GitHub
parent fa5895c6d1
commit 073e4f9fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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