Skip to content

Commit f6a9df7

Browse files
jeffwidman88manpreet
authored andcommitted
Fix typo
1 parent 863511a commit f6a9df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def load_metadata_for_topics(self, *topics, **kwargs):
543543
"""Fetch broker and topic-partition metadata from the server.
544544
545545
Updates internal data: broker list, topic/partition list, and
546-
topic/parition -> broker map. This method should be called after
546+
topic/partition -> broker map. This method should be called after
547547
receiving any error.
548548
549549
Note: Exceptions *will not* be raised in a full refresh (i.e. no topic

0 commit comments

Comments
 (0)