Commit a16ee2e0 authored by Berker Peksag's avatar Berker Peksag

Fix typo in _sqlite/module.h

parent 1771f826
...@@ -42,7 +42,7 @@ extern PyObject* pysqlite_NotSupportedError; ...@@ -42,7 +42,7 @@ extern PyObject* pysqlite_NotSupportedError;
extern PyObject* time_time; extern PyObject* time_time;
extern PyObject* time_sleep; extern PyObject* time_sleep;
/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter /* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
* functions, that convert the SQL value to the appropriate Python value. * functions, that convert the SQL value to the appropriate Python value.
* The key is uppercase. * The key is uppercase.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment