diff options
-rw-r--r-- | kafka/client_async.py | 2 |
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: |