Skip to content

Commit db933e5

Browse files
authored
chore: fix a typo in monitoring/snippets/v3/cloud-client/quickstart.py (GoogleCloudPlatform#11899)
1 parent aafcf25 commit db933e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/snippets/v3/cloud-client/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run_quickstart(project_id: str) -> bool:
2828
import time
2929

3030
client = monitoring_v3.MetricServiceClient()
31-
# project = 'my-project' # TODO: Update to your project ID.
31+
# project_id = 'my-project' # TODO: Update to your project ID.
3232
project_name = f"projects/{project_id}"
3333

3434
series = monitoring_v3.TimeSeries()

0 commit comments

Comments
 (0)