Skip to content

Commit 0510ac8

Browse files
author
Micah Kornfield
committed
correct capitalization in comments
1 parent abf572f commit 0510ac8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

securitycenter/docs/snippets_orgs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def test_get_settings(organization_id):
2929
from google.cloud import securitycenter as securitycenter
3030

3131
client = securitycenter.SecurityCenterClient()
32-
# ORGANIZATION_ID is numeric ID for the organization. e.g.
33-
# ORGANIZATION_ID = "111112223333"
32+
# organization_id is numeric ID for the organization. e.g.
33+
# organization_id = "111112223333"
3434
org_settings_name = "organizations/{org_id}/organizationSettings".format(
3535
org_id=organization_id
3636
)
@@ -49,8 +49,8 @@ def test_update_asset_discovery_org_settings(organization_id):
4949

5050
# Create the client
5151
client = securitycenter.SecurityCenterClient()
52-
# ORGANIZATION_ID is numeric ID for the organization. e.g.
53-
# ORGANIZATION_ID = "111112223333"
52+
# organization_id is numeric ID for the organization. e.g.
53+
# organization_id = "111112223333"
5454
org_settings_name = "organizations/{org_id}/organizationSettings".format(
5555
org_id=organization_id
5656
)

0 commit comments

Comments
 (0)