Fix poll() hyperlink in KafkaClient
Previously Sphinx was auto-linking to `poll()` in `KafkaConsumer`, so made the link explicit.
This commit is contained in:
parent
acbb510b8d
commit
d40d106c73
@ -50,7 +50,7 @@ class KafkaClient(object):
|
||||
|
||||
Attributes:
|
||||
cluster (:any:`ClusterMetadata`): Local cache of cluster metadata, retrieved
|
||||
via MetadataRequests during :meth:`.poll`.
|
||||
via MetadataRequests during :meth:`~kafka.KafkaClient.poll`.
|
||||
|
||||
Keyword Arguments:
|
||||
bootstrap_servers: 'host[:port]' string (or list of 'host[:port]'
|
||||
|
Loading…
Reference in New Issue
Block a user