diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2017-03-27 12:40:30 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-03-27 12:40:30 -0700 |
commit | bee0bbe3af7f35327fe9127a96b7481a2d71945c (patch) | |
tree | 63f21613dcdaf1210f67dc6072953c0ec77256ff /kafka/client_async.py | |
parent | 998147dae95020bf7169441118b51dee1a2a69bd (diff) | |
download | kafka-python-bee0bbe3af7f35327fe9127a96b7481a2d71945c.tar.gz |
Fix typo (#1054)
Diffstat (limited to 'kafka/client_async.py')
-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: |