tweak spelling mistake (#719)

This commit is contained in:
steve8918
2016-06-17 10:44:06 -07:00
committed by Dana Powers
parent 81860eeea1
commit 1e532c6740

View File

@@ -87,7 +87,7 @@ class InvalidMessageError(BrokerResponseError):
class UnknownTopicOrPartitionError(BrokerResponseError):
errno = 3
message = 'UNKNOWN_TOPIC_OR_PARTITON'
message = 'UNKNOWN_TOPIC_OR_PARTITION'
description = ('This request is for a topic or partition that does not'
' exist on this broker.')
invalid_metadata = True