Skip to content

Commit

Permalink
Fix docstring reference to wrong future class. (#6382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn authored and tseaver committed Nov 5, 2018
1 parent 499b279 commit c2dd946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubsub/google/cloud/pubsub_v1/subscriber/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ def callback(message):
how callbacks are executed concurrently.
Returns:
google.cloud.pubsub_v1.futures.StreamingPullFuture: A Future object
that can be used to manage the background stream.
google.cloud.pubsub_v1.subscriber.futures.StreamingPullFuture: A
Future object that can be used to manage the background stream.
"""
flow_control = types.FlowControl(*flow_control)

Expand Down

0 comments on commit c2dd946

Please sign in to comment.