Skip to content

Commit

Permalink
Fix typo in _fetch_all_topic_metadata function (dpkp#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baisang committed Aug 27, 2019
1 parent 1c24d0a commit d60b666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/consumer/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def committed(self, partition):
committed = None
return committed

def _fetch_all_topit_metadata(self):
def _fetch_all_topic_metadata(self):
"""A blocking call that fetches topic metadata for all topics in the
cluster that the user is authorized to view.
"""
Expand Down

0 comments on commit d60b666

Please sign in to comment.