summaryrefslogtreecommitdiff
path: root/kafka/conn.py
diff options
context:
space:
mode:
authorRolando (Max) Espinoza <rolando@users.noreply.github.com>2016-11-30 20:24:09 -0300
committerDana Powers <dana.powers@gmail.com>2016-11-30 15:24:09 -0800
commit9b59c5d755af73c2e7863e98b84b5882c297afda (patch)
treea91c8b73eba6063987bb1daf8728c706004990e0 /kafka/conn.py
parentcbe8a6a2ee9c3a054a7bbfeebc4d5f6b6c892943 (diff)
downloadkafka-python-9b59c5d755af73c2e7863e98b84b5882c297afda.tar.gz
DOC: Fix typo 'Defualt' -> 'Default'. (#895)
Diffstat (limited to 'kafka/conn.py')
-rw-r--r--kafka/conn.py2
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