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:
@ -732,7 +732,7 @@ _mysql_ConnectionObject_commit(
|
|||||||
}
|
}
|
||||||
|
|
||||||
static char _mysql_ConnectionObject_rollback__doc__[] =
|
static char _mysql_ConnectionObject_rollback__doc__[] =
|
||||||
"Rolls backs the current transaction\n\
|
"Rolls back the current transaction\n\
|
||||||
";
|
";
|
||||||
static PyObject *
|
static PyObject *
|
||||||
_mysql_ConnectionObject_rollback(
|
_mysql_ConnectionObject_rollback(
|
||||||
|
@ -471,7 +471,7 @@ class Cursor(CursorStoreResultMixIn, CursorTupleRowsMixIn,
|
|||||||
|
|
||||||
class DictCursor(CursorStoreResultMixIn, CursorDictRowsMixIn,
|
class DictCursor(CursorStoreResultMixIn, CursorDictRowsMixIn,
|
||||||
BaseCursor):
|
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."""
|
stores the result set in the client."""
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user