✏️ 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 <santhoshsolomon@Santhoshs-MacBook-Air.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Santhosh Solomon 2022-11-08 20:34:06 +05:30 committed by GitHub
parent fbc6f3b536
commit 209791734c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,7 +415,7 @@ Now run the program with Python:
// We set echo=True, so this will show the SQL code // We set echo=True, so this will show the SQL code
$ python app.py $ 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 BEGIN (implicit)
INFO Engine PRAGMA main.table_info("hero") INFO Engine PRAGMA main.table_info("hero")