Skip to content

Commit a518851

Browse files
Adjust region tag (#4575)
Adjust region tag to match the quickstart v2 samples in other languages - [X] Please **merge** this PR for me once it is approved.
1 parent e172e98 commit a518851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iam/api-client/quickstartv2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# [START iam_quickstartv2]
17+
# [START iam_quickstart_v2]
1818
import os
1919

2020
from google.oauth2 import service_account
@@ -121,4 +121,4 @@ def set_policy(crm_service, project_id, policy):
121121
# TODO: Replace with the ID of your member in the form 'user:[email protected].
122122
member = "your_member"
123123
quickstart(project_id, member)
124-
# [END iam_quickstartv2]
124+
# [END iam_quickstart_v2]

0 commit comments

Comments
 (0)