Skip to content

Commit 37ec943

Browse files
Xeus-CCdpkp
authored andcommitted
Fix spelling mistake in KafkaConsumer docs (#2659)
1 parent 7c750cd commit 37ec943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/consumer/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class KafkaConsumer(six.Iterator):
123123
be disabled in cases seeking extreme performance. Default: True
124124
isolation_level (str): Configure KIP-98 transactional consumer by
125125
setting to 'read_committed'. This will cause the consumer to
126-
skip records from aborted tranactions. Default: 'read_uncommitted'
126+
skip records from aborted transactions. Default: 'read_uncommitted'
127127
allow_auto_create_topics (bool): Enable/disable auto topic creation
128128
on metadata request. Only available with api_version >= (0, 11).
129129
Default: True

0 commit comments

Comments
 (0)