| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0fd0ba5 commit 261c359
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ _\-- written by Sebastian Raschka_ on March 7, 2014 | |||
| 29 | 29 | • Conclusion | |
| 30 | 30 | ||
| 31 | 31 | The complete Python code that I am using in this tutorial can be downloaded | |
| 32 | - from my GitHub repository: [https://github.com/rasbt/python_reference/tutorials/sqlite3_howto](https://github.com/rasbt/python_reference/tutorials/sqlite3_howto) | ||
| 32 | + from my GitHub repository: [https://github.com/rasbt/python_reference/tree/master/tutorials/sqlite3_howto](https://github.com/rasbt/python_reference/tree/master/tutorials/sqlite3_howto) | ||
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | 35 | * * * | |
@@ -97,7 +97,7 @@ there is more information about PRIMARY KEYs further down in this section). | |||
| 97 | 97 | ||
| 98 | 98 | ||
| 99 | 99 | ||
| 100 | - mport sqlite3 | ||
| 100 | + import sqlite3 | ||
| 101 | 101 | ||
| 102 | 102 | sqlite_file = 'my_first_db.sqlite' # name of the sqlite database file | |
| 103 | 103 | table_name1 = 'my_table_1' # name of the table to be created | |
| Back | FazBrowse Home | New Git URL |
0 commit comments