Skip to content

Commit ea1625c

Browse files
committed
Fix docstring for 'Subscription.modify_ack_deadline'.
Addresses: #743 (comment)
1 parent 6a9eb19 commit ea1625c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud/pubsub/subscription.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def acknowledge(self, ack_ids):
159159
data=data)
160160

161161
def modify_ack_deadline(self, ack_id, ack_deadline):
162-
"""API call: acknowledge retrieved messages for the subscription.
162+
"""API call: update acknowledgement deadline for a retrieved messages.
163163
164164
See:
165165
https://cloud.google.com/pubsub/reference/rest/v1beta2/projects/subscriptions/acknowledge

0 commit comments

Comments
 (0)