mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +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(
|
||||||
|
Reference in New Issue
Block a user