8000 chore: fix some unmatched region tags (#4584) · code4ward/python-docs-samples@e695e1c · GitHub
[go: up one dir, main page]

Skip to content

Commit e695e1c

Browse files
author
Takashi Matsuo
authored
chore: fix some unmatched region tags (GoogleCloudPlatform#4584)
part of GoogleCloudPlatform#4549
1 parent 11768fb commit e695e1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/standard_python3/building-an-app/building-an-app-1/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ def root():
4141
# http://flask.pocoo.org/docs/1.0/quickstart/#static-files. Once deployed,
4242
# App Engine itself will serve those files as configured in app.yaml.
4343
app.run(host='127.0.0.1', port=8080, debug=True)
44-
# [START gae_python38_render_template]
44+
# [END gae_python38_render_template]

iam/api-client/service_accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import argparse
2323
# [START iam_create_service_account]
24-
# [START iam_list_service_account]
24+
# [START iam_list_service_accounts]
2525
# [START iam_rename_service_account]
2626
# [START iam_disable_service_account]
2727
# [START iam_enable_service_account]

spanner/cloud-client/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def query_struct_field(instance_id, database_id):
762762

763763
for row in results:
764764
print(u'SingerId: {}'.format(*row))
765-
# [START spanner_field_access_on_struct_parameters]
765+
# [END spanner_field_access_on_struct_parameters]
766766

767767

768768
# [START spanner_field_access_on_nested_struct_parameters]

0 commit comments

Comments
 (0)
0