diff options
author | Samuel Taylor <github@samueltaylor.org> | 2016-08-04 14:48:12 -0500 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-08-04 12:48:12 -0700 |
commit | 3c9b1b6fc498f95806ee12f67f84ea548ac1378f (patch) | |
tree | 57d12c2d41310ed7948a1835452f0ef79e09e49f /kafka/client_async.py | |
parent | 0e753e659280e278b06b26d0cdbf8b184e73de58 (diff) | |
download | kafka-python-3c9b1b6fc498f95806ee12f67f84ea548ac1378f.tar.gz |
Fix misspelling of "password" (#793)
Diffstat (limited to 'kafka/client_async.py')
-rw-r--r-- | kafka/client_async.py | 2 |
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) |