Skip to content

Commit 2097917

Browse files
Santhosh SolomonSanthosh Solomontiangolo
authored
✏️ Fix typo in docs/tutorial/create-db-and-table.md (#477)
typo fixed in docs/tutorial/create-db-and-table.md Co-authored-by: Santhosh Solomon <[email protected]> Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent fbc6f3b commit 2097917

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
@@ -415,7 +415,7 @@ Now run the program with Python:
415415
// We set echo=True, so this will show the SQL code
416416
$ python app.py
417417

418-
// First, some boilerplate SQL that we are not that intereted in
418+
// First, some boilerplate SQL that we are not that interested in
419419

420420
INFO Engine BEGIN (implicit)
421421
INFO Engine PRAGMA main.table_info("hero")

0 commit comments

Comments
 (0)