[Python-checkins] cpython (3.5): Fix typo in _sqlite/module.h

berker.peksag python-checkins at python.org
Sun Jun 12 12:18:05 EDT 2016


https://hg.python.org/cpython/rev/f2fa78d4d46b
changeset: 101954:f2fa78d4d46b
branch: 3.5
parent: 101949:367b3f41710a
user: Berker Peksag <berker.peksag at gmail.com>
date: Sun Jun 12 19:17:49 2016 +0300
summary:
 Fix typo in _sqlite/module.h
files:
 Modules/_sqlite/module.h | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h
--- a/Modules/_sqlite/module.h
+++ b/Modules/_sqlite/module.h
@@ -42,7 +42,7 @@
 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.
 */
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /