Skip to content

Commit 777b74f

Browse files
sir-sigurdmethane
authored andcommitted
Fix formatting and typo in user_guide.rst (PyMySQL#274)
1 parent 4a4978d commit 777b74f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/user_guide.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ conv
434434
can be either:
435435

436436
* a callable object which takes a string argument (the MySQL
437-
value),' returning a Python value
437+
value), returning a Python value
438438

439439
* a sequence of 2-tuples, where the first value is a combination
440440
of flags from ``MySQLdb.constants.FLAG``, and the second value
@@ -653,7 +653,6 @@ CursorTupleRowsMixIn
653653
Causes the cursor to return rows as a tuple of the column values.
654654

655655
CursorDictRowsMixIn
656-
657656
Causes the cursor to return rows as a dictionary, where the keys
658657
are column names and the values are column values. Note that if
659658
the column names are not unique, i.e., you are selecting from two

0 commit comments

Comments
 (0)