Skip to content

Commit e86261c

Browse files
committed
CONPY-303: Documentation fix for cursor constructor
Fixed documentation for cursor constructor. Thanks to Witold Czarnecki for the bug report.
1 parent d2f4a33 commit e86261c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class will be created.
127127
connection the entire result set must be fetched.
128128
129129
fetch* methods of the cursor class by default return result set values
130-
as a tuple, unless named_tuple or dictionary was specified.
130+
as a tuple, unless dictionary or named_tuple was specified.
131131
The latter one exists for compatibility reasons and should be avoided
132132
due to possible inconsistency in case two or more fields in a result
133133
set have the same name.

0 commit comments

Comments
 (0)