Skip to content

Commit

Permalink
Fix minor typo (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip authored and dpkp committed Jul 14, 2019
1 parent fb87a35 commit eed25fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka/conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ def recv(self):
self.config['request_timeout_ms']))
return ()

# augment respones w/ correlation_id, future, and timestamp
# augment responses w/ correlation_id, future, and timestamp
for i, (correlation_id, response) in enumerate(responses):
try:
with self._lock:
Expand Down
2 changes: 1 addition & 1 deletion kafka/consumer/subscription_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def change_subscription(self, topics):
topics (list of str): topics for subscription
Raises:
IllegalStateErrror: if assign_from_user has been used already
IllegalStateError: if assign_from_user has been used already
TypeError: if a topic is None or a non-str
ValueError: if a topic is an empty string or
- a topic name is '.' or '..' or
Expand Down

0 comments on commit eed25fc

Please sign in to comment.