mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-17 04:50:55 +08:00
Fix docstring for use_unicode type
This commit is contained in:
@ -110,7 +110,7 @@ class Connection(_mysql.connection):
|
|||||||
:param type cursorclass:
|
:param type cursorclass:
|
||||||
class object, used to create cursors (keyword only)
|
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
|
If True, text-like columns are returned as unicode objects
|
||||||
using the connection's character set. Otherwise, text-like
|
using the connection's character set. Otherwise, text-like
|
||||||
columns are returned as strings. columns are returned as
|
columns are returned as strings. columns are returned as
|
||||||
|
Reference in New Issue
Block a user