diff options
author | Rolando (Max) Espinoza <rolando@users.noreply.github.com> | 2016-11-30 20:24:09 -0300 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-11-30 15:24:09 -0800 |
commit | 9b59c5d755af73c2e7863e98b84b5882c297afda (patch) | |
tree | a91c8b73eba6063987bb1daf8728c706004990e0 /kafka/conn.py | |
parent | cbe8a6a2ee9c3a054a7bbfeebc4d5f6b6c892943 (diff) | |
download | kafka-python-9b59c5d755af73c2e7863e98b84b5882c297afda.tar.gz |
DOC: Fix typo 'Defualt' -> 'Default'. (#895)
Diffstat (limited to 'kafka/conn.py')
-rw-r--r-- | kafka/conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/conn.py b/kafka/conn.py index a8751e9..2301069 100644 --- a/kafka/conn.py +++ b/kafka/conn.py @@ -151,7 +151,7 @@ class BrokerConnection(object): sasl_plain_username (str): username for sasl PLAIN authentication. Default: None sasl_plain_password (str): passowrd for sasl PLAIN authentication. - Defualt: None + Default: None """ self.host = host self.hostname = host |