Skip to content

Commit f395682

Browse files
Keiji Yoshidagguuss
authored andcommitted
Fix a TODO comment on pubsub/cloud-client/subscriber.py [(#2302)](GoogleCloudPlatform/python-docs-samples#2302)
1 parent ae4819a commit f395682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/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)