From bee0bbe3af7f35327fe9127a96b7481a2d71945c Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 27 Mar 2017 12:40:30 -0700 Subject: Fix typo (#1054) --- kafka/client_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kafka/client_async.py') 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: -- cgit v1.2.1