summaryrefslogtreecommitdiff
path: root/kafka/client_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/client_async.py')
-rw-r--r--kafka/client_async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/client_async.py b/kafka/client_async.py
index 127b3f5..8af4acc 100644
--- a/kafka/client_async.py
+++ b/kafka/client_async.py
@@ -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)