Skip to content

Commit ae976ea

Browse files
jeffwidman88manpreet
authored andcommitted
Fix poll() hyperlink in KafkaClient
Previously Sphinx was auto-linking to `poll()` in `KafkaConsumer`, so made the link explicit.
1 parent eb6dd46 commit ae976ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class KafkaClient(object):
5050
5151
Attributes:
5252
cluster (:any:`ClusterMetadata`): Local cache of cluster metadata, retrieved
53-
via MetadataRequests during :meth:`.poll`.
53+
via MetadataRequests during :meth:`~kafka.KafkaClient.poll`.
5454
5555
Keyword Arguments:
5656
bootstrap_servers: 'host[:port]' string (or list of 'host[:port]'

0 commit comments

Comments
 (0)