summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-17 08:14:30 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-17 08:14:30 (GMT)
commit483405bcca9f371bc6910dda7f9b5ba74395682c (patch)
tree3afeb1990bf2ab9d24fdea4409317a08a97af7eb /Modules/_sqlite
parent77c041ba64f87ac021c2a7a9314d9a3a1145057f (diff)
downloadcpython-483405bcca9f371bc6910dda7f9b5ba74395682c.zip
cpython-483405bcca9f371bc6910dda7f9b5ba74395682c.tar.gz
cpython-483405bcca9f371bc6910dda7f9b5ba74395682c.tar.bz2
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
Diffstat (limited to 'Modules/_sqlite')
-rw-r--r--Modules/_sqlite/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/connection.h b/Modules/_sqlite/connection.h
index 0c9734c..fbd9063 100644
--- a/Modules/_sqlite/connection.h
+++ b/Modules/_sqlite/connection.h
@@ -52,7 +52,7 @@ typedef struct
* first get called with count=0? */
double timeout_started;
- /* None for autocommit, otherwise a PyString with the isolation level */
+ /* None for autocommit, otherwise a PyUnicode with the isolation level */
PyObject* isolation_level;
/* NULL for autocommit, otherwise a string with the BEGIN statement; will be