Fix misspelling of "password" (#793)

This commit is contained in:
Samuel Taylor
2016-08-04 14:48:12 -05:00
committed by Dana Powers
parent 0e753e6592
commit 3c9b1b6fc4
3 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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:

View File

@@ -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: