Fix poll() hyperlink in KafkaClient

Previously Sphinx was auto-linking to `poll()` in `KafkaConsumer`, so made the link explicit.
This commit is contained in:
Jeff Widman 2017-03-29 14:17:58 -07:00
parent acbb510b8d
commit d40d106c73
1 changed files with 1 additions and 1 deletions

View File

@ -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]'