Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Nov 8, 2018
1 parent 3689da3 commit 9d44e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/admin/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def close(self):
self._metrics.close()
self._client.close()
self._closed = True
log.debug('Kafka administartion interface has closed')
log.debug('Kafka administration interface has closed')

def _matching_api_version(self, operation):
"""Find matching api version, the lesser of either the latest api version the library supports, or
Expand Down

0 comments on commit 9d44e3c

Please sign in to comment.