From e39df07f29735fb4fef3db14c6b2418184f5e3ba Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 29 Aug 2017 18:16:15 +0900 Subject: [PATCH] Fix docstring for use_unicode type --- MySQLdb/connections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQLdb/connections.py b/MySQLdb/connections.py index 1511024..8d9f2dd 100644 --- a/MySQLdb/connections.py +++ b/MySQLdb/connections.py @@ -110,7 +110,7 @@ class Connection(_mysql.connection): :param type cursorclass: class object, used to create cursors (keyword only) - :param str use_unicode: + :param bool use_unicode: If True, text-like columns are returned as unicode objects using the connection's character set. Otherwise, text-like columns are returned as strings. columns are returned as