Skip to content

Commit 7690b1a

Browse files
jeffwidmandpkp
authored andcommitted
Fix typo: passowrd --> password (dpkp#901)
1 parent 010ebb5 commit 7690b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/conn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __init__(self, host, port, afi, **configs):
150150
Default: None
151151
sasl_plain_username (str): username for sasl PLAIN authentication.
152152
Default: None
153-
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
153+
sasl_plain_password (str): password for sasl PLAIN authentication.
154154
Default: None
155155
"""
156156
self.host = host

0 commit comments

Comments
 (0)