diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 19:17:49 +0300 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-12 19:17:49 +0300 |
| commit | 0e1d6802ff03666bced6548e75b8459c88c2b720 (patch) | |
| tree | f311dcf5bb84a202fc3e247117ca14120e78a826 | |
| parent | 8f95e65e5d6fc95cb08fc900802e724f0f58c278 (diff) | |
| download | cpython-git-0e1d6802ff03666bced6548e75b8459c88c2b720.tar.gz | |
Fix typo in _sqlite/module.h
| -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 b51724bf4c..0fb5a55fa4 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. */ |
