Skip to content

Commit 073e4f9

Browse files
authored
✏️ Fix typo in docs/tutorial/create-db-and-table.md (#1252)
1 parent fa5895c commit 073e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/create-db-and-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ Now we would be able to, for example, import the `Hero` class in some other file
446446

447447
We prevented the side effects when importing something from your `app.py` file.
448448

449-
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.
449+
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.
450450

451451
/// tip
452452

0 commit comments

Comments
 (0)