Skip to content

Commit

Permalink
Fix docstring for 'Subscription.modify_ack_deadline'.
Browse files Browse the repository at this point in the history
Addresses: #743 (comment)
  • Loading branch information
tseaver committed Mar 19, 2015
1 parent 6a9eb19 commit ea1625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/pubsub/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def acknowledge(self, ack_ids):
data=data)

def modify_ack_deadline(self, ack_id, ack_deadline):
"""API call: acknowledge retrieved messages for the subscription.
"""API call: update acknowledgement deadline for a retrieved messages.
See:
https://cloud.google.com/pubsub/reference/rest/v1beta2/projects/subscriptions/acknowledge
Expand Down

0 comments on commit ea1625c

Please sign in to comment.