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
commitb0a85d474df68ed8e72a01506fa74ceca3587aef (patch)
treedd33933b37f7594f0086bd9d6b113f0bd971aae1 /Modules/_sqlite/connection.h
parentbc45862a8d3e6544a331289b43ba212d26795525 (diff)
downloadcpython-b0a85d474df68ed8e72a01506fa74ceca3587aef.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