From d3d140e8fa070562a701c0905e0dbf23bf2aba2e Mon Sep 17 00:00:00 2001 From: Santhosh Solomon Date: Sat, 22 Oct 2022 19:48:00 +0530 Subject: [PATCH] typo fixed in docs/tutorial/create-db-and-table.md --- docs/tutorial/create-db-and-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/create-db-and-table.md b/docs/tutorial/create-db-and-table.md index b81d309284..abd73cb797 100644 --- a/docs/tutorial/create-db-and-table.md +++ b/docs/tutorial/create-db-and-table.md @@ -415,7 +415,7 @@ Now run the program with Python: // We set echo=True, so this will show the SQL code $ python app.py -// First, some boilerplate SQL that we are not that intereted in +// First, some boilerplate SQL that we are not that interested in INFO Engine BEGIN (implicit) INFO Engine PRAGMA main.table_info("hero")