Fix misspelling of "password" (#793)
This commit is contained in:

committed by
Dana Powers

parent
0e753e6592
commit
3c9b1b6fc4
@@ -158,7 +158,7 @@ class KafkaClient(object):
|
||||
Default: None
|
||||
sasl_plain_username (str): username for sasl PLAIN authentication.
|
||||
Default: None
|
||||
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
|
||||
sasl_plain_password (str): password for sasl PLAIN authentication.
|
||||
Defualt: None
|
||||
"""
|
||||
self.config = copy.copy(self.DEFAULT_CONFIG)
|
||||
|
@@ -191,7 +191,7 @@ class KafkaConsumer(six.Iterator):
|
||||
Default: None
|
||||
sasl_plain_username (str): username for sasl PLAIN authentication.
|
||||
Default: None
|
||||
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
|
||||
sasl_plain_password (str): password for sasl PLAIN authentication.
|
||||
Defualt: None
|
||||
|
||||
Note:
|
||||
|
@@ -241,7 +241,7 @@ class KafkaProducer(object):
|
||||
Default: None
|
||||
sasl_plain_username (str): username for sasl PLAIN authentication.
|
||||
Default: None
|
||||
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
|
||||
sasl_plain_password (str): password for sasl PLAIN authentication.
|
||||
Defualt: None
|
||||
|
||||
Note:
|
||||
|
Reference in New Issue
Block a user