commit | bf2dca96fbda4193552a56f7f1258ba5d16f2a60 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Mon Jul 11 07:51:37 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Mon Jul 11 07:51:37 2016 +0000 |
tree | af4b87928d3ca94f7cc063e1088dc262275c49d6 | |
parent | b362f75f6e5d8fe21d0cda740f9dcdf1976091f7 [diff] [blame] |
English spelling and grammar fixes
diff --git a/Modules/_sqlite/connection.c b/Modules/_sqlite/connection.c index 6b0e3c6..5bfa644 100644 --- a/Modules/_sqlite/connection.c +++ b/Modules/_sqlite/connection.c
@@ -116,7 +116,7 @@ return -1; } } else { - /* Create a pysqlite connection from a APSW connection */ + /* Create a pysqlite connection from an APSW connection */ class_attr = PyObject_GetAttrString(database, "__class__"); if (class_attr) { class_attr_str = PyObject_Str(class_attr);