summaryrefslogtreecommitdiff
path: root/kafka/client_async.py
diff options
context:
space:
mode:
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: