mirror of https://github.com/python/cpython
Fix typo in _sqlite/module.h
This commit is contained in:
parent
8f95e65e5d
commit
0e1d6802ff
|
@ -42,7 +42,7 @@ extern PyObject* pysqlite_NotSupportedError;
|
|||
extern PyObject* time_time;
|
||||
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.
|
||||
* The key is uppercase.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue