Skip to content

Commit

Permalink
Fix method annotation in cursors.py (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
petasittek authored and methane committed Jun 20, 2016
1 parent 30422b2 commit de3b658
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 @@ -144,7 +144,7 @@ def execute(self, query, args=None):
:param str query: Query to execute.
:param args: arameters used with query. (optional)
:param args: parameters used with query. (optional)
:type args: tuple, list or dict
:return: Number of affected rows
Expand Down

0 comments on commit de3b658

Please sign in to comment.