Skip to content

Commit 2ad7af4

Browse files
Keiji Yoshidagguuss
Keiji Yoshida
authored andcommitted
Fix a TODO comment on pubsub/cloud-client/subscriber.py (#2302)
1 parent 920b347 commit 2ad7af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/cloud-client/subscriber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def listen_for_errors(project_id, subscription_name):
366366
# [START pubsub_subscriber_error_listener]
367367
from google.cloud import pubsub_v1
368368

369-
# TODO project = "Your Google Cloud Project ID"
369+
# TODO project_id = "Your Google Cloud Project ID"
370370
# TODO subscription_name = "Your Pubsub subscription name"
371371

372372
subscriber = pubsub_v1.SubscriberClient()

0 commit comments

Comments
 (0)