mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Fix formatting and typo in user_guide.rst (#274)
This commit is contained in:

committed by
INADA Naoki

parent
4a4978d6b1
commit
777b74f53e
@ -434,7 +434,7 @@ conv
|
|||||||
can be either:
|
can be either:
|
||||||
|
|
||||||
* a callable object which takes a string argument (the MySQL
|
* a callable object which takes a string argument (the MySQL
|
||||||
value),' returning a Python value
|
value), returning a Python value
|
||||||
|
|
||||||
* a sequence of 2-tuples, where the first value is a combination
|
* a sequence of 2-tuples, where the first value is a combination
|
||||||
of flags from ``MySQLdb.constants.FLAG``, and the second value
|
of flags from ``MySQLdb.constants.FLAG``, and the second value
|
||||||
@ -653,7 +653,6 @@ CursorTupleRowsMixIn
|
|||||||
Causes the cursor to return rows as a tuple of the column values.
|
Causes the cursor to return rows as a tuple of the column values.
|
||||||
|
|
||||||
CursorDictRowsMixIn
|
CursorDictRowsMixIn
|
||||||
|
|
||||||
Causes the cursor to return rows as a dictionary, where the keys
|
Causes the cursor to return rows as a dictionary, where the keys
|
||||||
are column names and the values are column values. Note that if
|
are column names and the values are column values. Note that if
|
||||||
the column names are not unique, i.e., you are selecting from two
|
the column names are not unique, i.e., you are selecting from two
|
||||||
|
Reference in New Issue
Block a user