Skip to content

Commit

Permalink
Fix typo. (#833)
Browse files Browse the repository at this point in the history
Closes #832
  • Loading branch information
timgates42 authored and methane committed Dec 7, 2019
1 parent c3c87a7 commit 577276a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymysql/cursors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


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

0 comments on commit 577276a

Please sign in to comment.