Skip to content

Commit 1e532c6

Browse files
steve8918dpkp
authored andcommitted
tweak spelling mistake (dpkp#719)
1 parent 81860ee commit 1e532c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class InvalidMessageError(BrokerResponseError):
8787

8888
class UnknownTopicOrPartitionError(BrokerResponseError):
8989
errno = 3
90-
message = 'UNKNOWN_TOPIC_OR_PARTITON'
90+
message = 'UNKNOWN_TOPIC_OR_PARTITION'
9191
description = ('This request is for a topic or partition that does not'
9292
' exist on this broker.')
9393
invalid_metadata = True

0 commit comments

Comments
 (0)