Skip to content

Commit 1a0f297

Browse files
Baisangjeffwidman
authored andcommitted
Fix typo in _fetch_all_topic_metadata function (#1809)
1 parent 1f73287 commit 1a0f297

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
@@ -552,7 +552,7 @@ def committed(self, partition):
552552
committed = None
553553
return committed
554554

555-
def _fetch_all_topit_metadata(self):
555+
def _fetch_all_topic_metadata(self):
556556
"""A blocking call that fetches topic metadata for all topics in the
557557
cluster that the user is authorized to view.
558558
"""

0 commit comments

Comments
 (0)