Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64204de + 0e1d680 commit f84f259Copy full SHA for f84f259
1 file changed
Modules/_sqlite/module.h
@@ -42,7 +42,7 @@ extern PyObject* pysqlite_NotSupportedError;
42
extern PyObject* time_time;
43
extern PyObject* time_sleep;
44
45
-/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter
+/* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
46
* functions, that convert the SQL value to the appropriate Python value.
47
* The key is uppercase.
48
*/
0 commit comments