Skip to content

Commit 2297fa1

Browse files
authored
Fix spelling mistake in KafkaConsumer docs (#2659)
1 parent 2abf2cd commit 2297fa1

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
@@ -132,7 +132,7 @@ class KafkaConsumer(six.Iterator):
132132
be disabled in cases seeking extreme performance. Default: True
133133
isolation_level (str): Configure KIP-98 transactional consumer by
134134
setting to 'read_committed'. This will cause the consumer to
135-
skip records from aborted tranactions. Default: 'read_uncommitted'
135+
skip records from aborted transactions. Default: 'read_uncommitted'
136136
allow_auto_create_topics (bool): Enable/disable auto topic creation
137137
on metadata request. Only available with api_version >= (0, 11).
138138
Default: True

0 commit comments

Comments
 (0)