Skip to content

Commit 71efe2c

Browse files
authored
Fix typo
1 parent 3701690 commit 71efe2c

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
@@ -495,7 +495,7 @@ def load_metadata_for_topics(self, *topics, **kwargs):
495495
"""Fetch broker and topic-partition metadata from the server.
496496
497497
Updates internal data: broker list, topic/partition list, and
498-
topic/parition -> broker map. This method should be called after
498+
topic/partition -> broker map. This method should be called after
499499
receiving any error.
500500
501501
Note: Exceptions *will not* be raised in a full refresh (i.e. no topic

0 commit comments

Comments
 (0)