From 71efe2c2be3bd9729ec02df6bd6ce1b0cd6b4eba Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 12 Sep 2017 14:08:48 -0700 Subject: Fix typo --- kafka/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kafka/client.py') diff --git a/kafka/client.py b/kafka/client.py index c233ea6..680c860 100644 --- a/kafka/client.py +++ b/kafka/client.py @@ -495,7 +495,7 @@ class SimpleClient(object): """Fetch broker and topic-partition metadata from the server. Updates internal data: broker list, topic/partition list, and - topic/parition -> broker map. This method should be called after + topic/partition -> broker map. This method should be called after receiving any error. Note: Exceptions *will not* be raised in a full refresh (i.e. no topic -- cgit v1.2.1