Skip to content

Commit 6979a47

Browse files
authored
Fix docstring for _mysql.connect (#540)
1 parent c1c812a commit 6979a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MySQLdb/_mysql.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,10 @@ host\n\
581581
user\n\
582582
string, user to connect as\n\
583583
\n\
584-
passwd\n\
584+
password\n\
585585
string, password to use\n\
586586
\n\
587-
db\n\
587+
database\n\
588588
string, database to use\n\
589589
\n\
590590
port\n\

0 commit comments

Comments
 (0)