Skip to content

Commit 9b59c5d

Browse files
rolandodpkp
authored andcommitted
DOC: Fix typo 'Defualt' -> 'Default'. (dpkp#895)
1 parent cbe8a6a commit 9b59c5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kafka/client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def __init__(self, **configs):
162162
sasl_plain_username (str): username for sasl PLAIN authentication.
163163
Default: None
164164
sasl_plain_password (str): password for sasl PLAIN authentication.
165-
Defualt: None
165+
Default: None
166166
"""
167167
self.config = copy.copy(self.DEFAULT_CONFIG)
168168
for key in self.config:

kafka/conn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __init__(self, host, port, afi, **configs):
151151
sasl_plain_username (str): username for sasl PLAIN authentication.
152152
Default: None
153153
sasl_plain_password (str): passowrd for sasl PLAIN authentication.
154-
Defualt: None
154+
Default: None
155155
"""
156156
self.host = host
157157
self.hostname = host

kafka/producer/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class KafkaProducer(object):
246246
sasl_plain_username (str): username for sasl PLAIN authentication.
247247
Default: None
248248
sasl_plain_password (str): password for sasl PLAIN authentication.
249-
Defualt: None
249+
Default: None
250250
251251
Note:
252252
Configuration parameters are described in more detail at

0 commit comments

Comments
 (0)