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
|
Default: None
|
||||||
sasl_plain_username (str): username for sasl PLAIN authentication.
|
sasl_plain_username (str): username for sasl PLAIN authentication.
|
||||||
Default: None
|
Default: None
|
||||||
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
|
sasl_plain_password (str): password for sasl PLAIN authentication.
|
||||||
Defualt: None
|
Defualt: None
|
||||||
"""
|
"""
|
||||||
self.config = copy.copy(self.DEFAULT_CONFIG)
|
self.config = copy.copy(self.DEFAULT_CONFIG)
|
||||||
|
@@ -191,7 +191,7 @@ class KafkaConsumer(six.Iterator):
|
|||||||
Default: None
|
Default: None
|
||||||
sasl_plain_username (str): username for sasl PLAIN authentication.
|
sasl_plain_username (str): username for sasl PLAIN authentication.
|
||||||
Default: None
|
Default: None
|
||||||
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
|
sasl_plain_password (str): password for sasl PLAIN authentication.
|
||||||
Defualt: None
|
Defualt: None
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
@@ -241,7 +241,7 @@ class KafkaProducer(object):
|
|||||||
Default: None
|
Default: None
|
||||||
sasl_plain_username (str): username for sasl PLAIN authentication.
|
sasl_plain_username (str): username for sasl PLAIN authentication.
|
||||||
Default: None
|
Default: None
|
||||||
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
|
sasl_plain_password (str): password for sasl PLAIN authentication.
|
||||||
Defualt: None
|
Defualt: None
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
Reference in New Issue
Block a user