Skip to content

Commit 577276a

Browse files
timgates42methane
authored andcommitted
Fix typo. (PyMySQL#833)
Closes PyMySQL#832
1 parent c3c87a7 commit 577276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/cursors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
#: Regular expression for :meth:`Cursor.executemany`.
11-
#: executemany only suports simple bulk insert.
11+
#: executemany only supports simple bulk insert.
1212
#: You can use it to load large dataset.
1313
RE_INSERT_VALUES = re.compile(
1414
r"\s*((?:INSERT|REPLACE)\b.+\bVALUES?\s*)" +

0 commit comments

Comments
 (0)