diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 16:17:49 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 16:17:49 (GMT) |
commit | 0e1d6802ff03666bced6548e75b8459c88c2b720 (patch) | |
tree | f311dcf5bb84a202fc3e247117ca14120e78a826 /Modules | |
parent | 8f95e65e5d6fc95cb08fc900802e724f0f58c278 (diff) | |
download | cpython-0e1d6802ff03666bced6548e75b8459c88c2b720.zip cpython-0e1d6802ff03666bced6548e75b8459c88c2b720.tar.gz cpython-0e1d6802ff03666bced6548e75b8459c88c2b720.tar.bz2 |
Fix typo in _sqlite/module.h
Diffstat (limited to 'Modules')
-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. */ |