Skip to content

Commit 9d44e3c

Browse files
authored
Fix typo
1 parent 3689da3 commit 9d44e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/admin/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def close(self):
209209
self._metrics.close()
210210
self._client.close()
211211
self._closed = True
212-
log.debug('Kafka administartion interface has closed')
212+
log.debug('Kafka administration interface has closed')
213213

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

0 commit comments

Comments
 (0)