Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f84f259

Browse files
committed
Merge from 3.5
2 parents 64204de + 0e1d680 commit f84f259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_sqlite/module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern PyObject* pysqlite_NotSupportedError;
4242
extern PyObject* time_time;
4343
extern PyObject* time_sleep;
4444

45-
/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter
45+
/* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
4646
* functions, that convert the SQL value to the appropriate Python value.
4747
* The key is uppercase.
4848
*/

0 commit comments

Comments
 (0)