tweak spelling mistake (#719)
This commit is contained in:
@@ -87,7 +87,7 @@ class InvalidMessageError(BrokerResponseError):
|
|||||||
|
|
||||||
class UnknownTopicOrPartitionError(BrokerResponseError):
|
class UnknownTopicOrPartitionError(BrokerResponseError):
|
||||||
errno = 3
|
errno = 3
|
||||||
message = 'UNKNOWN_TOPIC_OR_PARTITON'
|
message = 'UNKNOWN_TOPIC_OR_PARTITION'
|
||||||
description = ('This request is for a topic or partition that does not'
|
description = ('This request is for a topic or partition that does not'
|
||||||
' exist on this broker.')
|
' exist on this broker.')
|
||||||
invalid_metadata = True
|
invalid_metadata = True
|
||||||
|
Reference in New Issue
Block a user