Skip to content

Commit 3c9b1b6

Browse files
ssaammdpkp
authored andcommitted
Fix misspelling of "password" (dpkp#793)
1 parent 0e753e6 commit 3c9b1b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kafka/client_async.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def __init__(self, **configs):
158158
Default: None
159159
sasl_plain_username (str): username for sasl PLAIN authentication.
160160
Default: None
161-
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
161+
sasl_plain_password (str): password for sasl PLAIN authentication.
162162
Defualt: None
163163
"""
164164
self.config = copy.copy(self.DEFAULT_CONFIG)

kafka/consumer/group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class KafkaConsumer(six.Iterator):
191191
Default: None
192192
sasl_plain_username (str): username for sasl PLAIN authentication.
193193
Default: None
194-
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
194+
sasl_plain_password (str): password for sasl PLAIN authentication.
195195
Defualt: None
196196
197197
Note:

kafka/producer/kafka.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class KafkaProducer(object):
241241
Default: None
242242
sasl_plain_username (str): username for sasl PLAIN authentication.
243243
Default: None
244-
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
244+
sasl_plain_password (str): password for sasl PLAIN authentication.
245245
Defualt: None
246246
247247
Note:

0 commit comments

Comments
 (0)