Skip to content

Commit d4c0869

Browse files
anguillanneuftseaver
authored andcommitted
Fix broken docstring cross-reference links. (googleapis#7132)
1 parent 8c2d0fd commit d4c0869

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pubsub/google/cloud/pubsub_v1/subscriber

pubsub/google/cloud/pubsub_v1/subscriber/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,14 @@ def callback(message):
186186
subscription (str): The name of the subscription. The
187187
subscription should have already been created (for example,
188188
by using :meth:`create_subscription`).
189-
callback (Callable[~.pubsub_v1.subscriber.message.Message]):
189+
callback (Callable[~google.cloud.pubsub_v1.subscriber.message.Message]):
190190
The callback function. This function receives the message as
191191
its only argument and will be called from a different thread/
192192
process depending on the scheduling strategy.
193-
flow_control (~.pubsub_v1.types.FlowControl): The flow control
193+
flow_control (~google.cloud.pubsub_v1.types.FlowControl): The flow control
194194
settings. Use this to prevent situations where you are
195195
inundated with too many messages at once.
196-
scheduler (~.pubsub_v1.subscriber.scheduler.Scheduler): An optional
196+
scheduler (~google.cloud.pubsub_v1.subscriber.scheduler.Scheduler): An optional
197197
*scheduler* to use when executing the callback. This controls
198198
how callbacks are executed concurrently.
199199

0 commit comments

Comments
 (0)