Fix docstring for use_unicode type

This commit is contained in:
INADA Naoki
2017-08-29 18:16:15 +09:00
parent 92706a7dc7
commit e39df07f29

View File

@ -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