diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2017-09-12 14:08:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 14:08:48 -0700 |
commit | 71efe2c2be3bd9729ec02df6bd6ce1b0cd6b4eba (patch) | |
tree | 79e9063942a7413f32d43e023775703b7616c520 | |
parent | 370169029a9104f1963227005349f1dc6420a924 (diff) | |
download | kafka-python-71efe2c2be3bd9729ec02df6bd6ce1b0cd6b4eba.tar.gz |
Fix typo
-rw-r--r-- | kafka/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |