From 1e532c674067e2399fa014151a2e8e49caa4fe58 Mon Sep 17 00:00:00 2001 From: steve8918 Date: Fri, 17 Jun 2016 10:44:06 -0700 Subject: tweak spelling mistake (#719) --- kafka/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kafka/errors.py') diff --git a/kafka/errors.py b/kafka/errors.py index 6960810..df035c4 100644 --- a/kafka/errors.py +++ b/kafka/errors.py @@ -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 -- cgit v1.2.1