summaryrefslogtreecommitdiff
path: root/Modules/_sqlite/connection.h
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-17 10:14:30 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-17 10:14:30 +0200
commit483405bcca9f371bc6910dda7f9b5ba74395682c (patch)
tree3afeb1990bf2ab9d24fdea4409317a08a97af7eb /Modules/_sqlite/connection.h
parent77c041ba64f87ac021c2a7a9314d9a3a1145057f (diff)
downloadcpython-git-483405bcca9f371bc6910dda7f9b5ba74395682c.tar.gz
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
Diffstat (limited to 'Modules/_sqlite/connection.h')
-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 0c9734caf7..fbd9063779 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