summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-12 16:17:49 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-12 16:17:49 (GMT)
commit0e1d6802ff03666bced6548e75b8459c88c2b720 (patch)
treef311dcf5bb84a202fc3e247117ca14120e78a826
parent8f95e65e5d6fc95cb08fc900802e724f0f58c278 (diff)
downloadcpython-0e1d6802ff03666bced6548e75b8459c88c2b720.zip
cpython-0e1d6802ff03666bced6548e75b8459c88c2b720.tar.gz
cpython-0e1d6802ff03666bced6548e75b8459c88c2b720.tar.bz2
Fix typo in _sqlite/module.h
-rw-r--r--Modules/_sqlite/module.h2
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.
*/