Fix spelling in README example

This commit is contained in:
LE Manh Cuong
2015-07-31 09:19:45 +07:00
parent 8b065e8824
commit 2a9f2d1f07

View File

@@ -95,7 +95,7 @@ The following examples make use of a simple table
# Connect to the database
connection = pymysql.connect(host='localhost',
user='user',
passwd='passwd',
password='passwd',
db='db',
charset='utf8mb4',
cursorclass=pymysql.cursors.DictCursor)