Skip to content

Commit 3b39d9d

Browse files
author
Mark Roberts
committed
Fix grammar in error string
1 parent 25e63cc commit 3b39d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
7 : 'REQUEST_TIMED_OUT',
6161
8 : 'BROKER_NOT_AVAILABLE',
6262
9 : 'REPLICA_NOT_AVAILABLE',
63-
10 : 'MESSAGE_SIZE_TO_LARGE',
63+
10 : 'MESSAGE_SIZE_TOO_LARGE',
6464
11 : 'STALE_CONTROLLER_EPOCH',
6565
12 : 'OFFSET_METADATA_TOO_LARGE',
6666
}

0 commit comments

Comments
 (0)