Skip to content

Commit ca630c0

Browse files
authored
Update the documentation for Cursor (#438)
This change updates the documentation for `Cursor`, since it does not use `CursorWarningMixIn` anymore.
1 parent bcb96c9 commit ca630c0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/user_guide.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,9 @@ CursorDictRowsMixIn
674674

675675
Cursor
676676
The default cursor class. This class is composed of
677-
``CursorWarningMixIn``, ``CursorStoreResultMixIn``,
678-
``CursorTupleRowsMixIn,`` and ``BaseCursor``, i.e. it raises
679-
``Warning``, uses ``mysql_store_result()``, and returns rows as
680-
tuples.
677+
``CursorStoreResultMixIn``, ``CursorTupleRowsMixIn``, and
678+
``BaseCursor``, i.e. uses ``mysql_store_result()`` and returns
679+
rows as tuples.
681680

682681
DictCursor
683682
Like ``Cursor`` except it returns rows as dictionaries.

0 commit comments

Comments
 (0)