mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Fix typo in docstring and minor formatting (#336)
This commit is contained in:
@ -471,7 +471,7 @@ class Cursor(CursorStoreResultMixIn, CursorTupleRowsMixIn,
|
||||
|
||||
class DictCursor(CursorStoreResultMixIn, CursorDictRowsMixIn,
|
||||
BaseCursor):
|
||||
"""This is a Cursor class that returns rows as dictionaries and
|
||||
"""This is a Cursor class that returns rows as dictionaries and
|
||||
stores the result set in the client."""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user