summaryrefslogtreecommitdiff
path: root/kafka/client_async.py
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-03-27 12:40:30 -0700
committerDana Powers <dana.powers@gmail.com>2017-03-27 12:40:30 -0700
commitbee0bbe3af7f35327fe9127a96b7481a2d71945c (patch)
tree63f21613dcdaf1210f67dc6072953c0ec77256ff /kafka/client_async.py
parent998147dae95020bf7169441118b51dee1a2a69bd (diff)
downloadkafka-python-bee0bbe3af7f35327fe9127a96b7481a2d71945c.tar.gz
Fix typo (#1054)
Diffstat (limited to 'kafka/client_async.py')
-rw-r--r--kafka/client_async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/client_async.py b/kafka/client_async.py
index 2d711e4..18d2b0c 100644
--- a/kafka/client_async.py
+++ b/kafka/client_async.py
@@ -49,7 +49,7 @@ class KafkaClient(object):
This class is not thread-safe!
Attributes:
- cluster (:any:`ClusterMetadata`): Local cache of cluster metadata, retrived
+ cluster (:any:`ClusterMetadata`): Local cache of cluster metadata, retrieved
via MetadataRequests during :meth:`.poll`.
Keyword Arguments: