Skip to content

Commit b3a5e28

Browse files
timgates42methane
authored andcommitted
Fix typo. (PyMySQL#417)
Closes PyMySQL#416
1 parent 96ab899 commit b3a5e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQLdb/cursors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class BaseCursor(object):
3535
default number of rows fetchmany() will fetch
3636
"""
3737

38-
#: Max stetement size which :meth:`executemany` generates.
38+
#: Max statement size which :meth:`executemany` generates.
3939
#:
4040
#: Max size of allowed statement is max_allowed_packet - packet_header_size.
4141
#: Default value of max_allowed_packet is 1048576.

0 commit comments

Comments
 (0)