File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def __init__(self, **configs):
158
158
Default: None
159
159
sasl_plain_username (str): username for sasl PLAIN authentication.
160
160
Default: None
161
- sasl_plain_password (str): passowrd for sasl PLAIN authentication.
161
+ sasl_plain_password (str): password for sasl PLAIN authentication.
162
162
Defualt: None
163
163
"""
164
164
self .config = copy .copy (self .DEFAULT_CONFIG )
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ class KafkaConsumer(six.Iterator):
191
191
Default: None
192
192
sasl_plain_username (str): username for sasl PLAIN authentication.
193
193
Default: None
194
- sasl_plain_password (str): passowrd for sasl PLAIN authentication.
194
+ sasl_plain_password (str): password for sasl PLAIN authentication.
195
195
Defualt: None
196
196
197
197
Note:
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ class KafkaProducer(object):
241
241
Default: None
242
242
sasl_plain_username (str): username for sasl PLAIN authentication.
243
243
Default: None
244
- sasl_plain_password (str): passowrd for sasl PLAIN authentication.
244
+ sasl_plain_password (str): password for sasl PLAIN authentication.
245
245
Defualt: None
246
246
247
247
Note:
You can’t perform that action at this time.
0 commit comments