Skip to content

Commit

Permalink
Merge 51e1c9a into f5cbb6d
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jan 6, 2021
2 parents f5cbb6d + 51e1c9a commit 9810c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following examples make use of a simple table
connection = pymysql.connect(host='localhost',
user='user',
password='passwd',
db='db',
database='db',
cursorclass=pymysql.cursors.DictCursor)
with connection:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following examples make use of a simple table
connection = pymysql.connect(host='localhost',
user='user',
password='passwd',
db='db',
database='db',
charset='utf8mb4',
cursorclass=pymysql.cursors.DictCursor)
Expand Down

0 comments on commit 9810c75

Please sign in to comment.