Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f683ee7

Browse filesBrowse files
carsonipmethane
authored andcommitted
Fix typo in docstring and minor formatting (PyMySQL#336)
1 parent 7893c5a commit f683ee7
Copy full SHA for f683ee7

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎MySQLdb/_mysql.c

Copy file name to clipboardExpand all lines: MySQLdb/_mysql.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ _mysql_ConnectionObject_commit(
732732
}
733733

734734
static char _mysql_ConnectionObject_rollback__doc__[] =
735-
"Rolls backs the current transaction\n\
735+
"Rolls back the current transaction\n\
736736
";
737737
static PyObject *
738738
_mysql_ConnectionObject_rollback(

‎MySQLdb/cursors.py

Copy file name to clipboardExpand all lines: MySQLdb/cursors.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ class Cursor(CursorStoreResultMixIn, CursorTupleRowsMixIn,
471471

472472
class DictCursor(CursorStoreResultMixIn, CursorDictRowsMixIn,
473473
BaseCursor):
474-
"""This is a Cursor class that returns rows as dictionaries and
474+
"""This is a Cursor class that returns rows as dictionaries and
475475
stores the result set in the client."""
476476

477477

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.