From 532a3070425885ea8b3e1daa44c703d94f2f3525 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Tue, 23 Oct 2018 12:13:03 +0500 Subject: [PATCH] Fix some formatting and typo in user_guide.rst. --- doc/user_guide.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/user_guide.rst b/doc/user_guide.rst index a0b752c3..82efe698 100644 --- a/doc/user_guide.rst +++ b/doc/user_guide.rst @@ -434,7 +434,7 @@ conv can be either: * 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 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. CursorDictRowsMixIn - Causes the cursor to return rows as a dictionary, where the keys 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