Skip to content

Commit 8038e46

Browse files
committed
fix README.
1 parent 7d2b42f commit 8038e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Use it from Python:
2626
import myloginpath, MySQLdb
2727
conf = myloginpath.parse('client')
2828
print(conf) # {'host': 'localhost', 'user': 'localuser', 'password': 'secretstring'}
29-
conn = MySQLdb.connect(**conf, db="myapp")
29+
conn = MySQLdb.connect(**conf, database="myapp")
3030
```

0 commit comments

Comments
 (0)