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 b3a5e28

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

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.