diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 16:18:17 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 16:18:17 (GMT) |
commit | f84f259b0bc0fcf41ec243d9b6f3f0463d388eb7 (patch) | |
tree | cbf9e790db60aad13f44fcf33153d877260127d3 /Modules/_sqlite | |
parent | 64204de04cb24bb70b1cf011d812d35c8ff40337 (diff) | |
parent | 0e1d6802ff03666bced6548e75b8459c88c2b720 (diff) | |
download | cpython-f84f259b0bc0fcf41ec243d9b6f3f0463d388eb7.zip cpython-f84f259b0bc0fcf41ec243d9b6f3f0463d388eb7.tar.gz cpython-f84f259b0bc0fcf41ec243d9b6f3f0463d388eb7.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Modules/_sqlite')
-rw-r--r-- | Modules/_sqlite/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h index b51724b..0fb5a55 100644 --- a/Modules/_sqlite/module.h +++ b/Modules/_sqlite/module.h @@ -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. */ |