Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e39df07

Browse filesBrowse files
committed
Fix docstring for use_unicode type
1 parent 92706a7 commit e39df07
Copy full SHA for e39df07

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎MySQLdb/connections.py

Copy file name to clipboardExpand all lines: MySQLdb/connections.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def __init__(self, *args, **kwargs):
110110
:param type cursorclass:
111111
class object, used to create cursors (keyword only)
112112
113-
:param str use_unicode:
113+
:param bool use_unicode:
114114
If True, text-like columns are returned as unicode objects
115115
using the connection's character set. Otherwise, text-like
116116
columns are returned as strings. columns are returned as

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.