Skip to content

Commit

Permalink
Fix broken docstring cross-reference links. (#7132)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf authored and tseaver committed Jan 17, 2019
1 parent 8c2d0fd commit d4c0869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubsub/google/cloud/pubsub_v1/subscriber/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ def callback(message):
subscription (str): The name of the subscription. The
subscription should have already been created (for example,
by using :meth:`create_subscription`).
callback (Callable[~.pubsub_v1.subscriber.message.Message]):
callback (Callable[~google.cloud.pubsub_v1.subscriber.message.Message]):
The callback function. This function receives the message as
its only argument and will be called from a different thread/
process depending on the scheduling strategy.
flow_control (~.pubsub_v1.types.FlowControl): The flow control
flow_control (~google.cloud.pubsub_v1.types.FlowControl): The flow control
settings. Use this to prevent situations where you are
inundated with too many messages at once.
scheduler (~.pubsub_v1.subscriber.scheduler.Scheduler): An optional
scheduler (~google.cloud.pubsub_v1.subscriber.scheduler.Scheduler): An optional
*scheduler* to use when executing the callback. This controls
how callbacks are executed concurrently.
Expand Down

0 comments on commit d4c0869

Please sign in to comment.