8000 chore: fix some unmatched region tags by tmatsuo · Pull Request #4584 · GoogleCloudPlatform/python-docs-samples · GitHub
[go: up one dir, main page]

Skip to content

chore: fix some unmatched region tags #4584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def root():
# http://flask.pocoo.org/docs/1.0/quickstart/#static-files. Once deployed,
# App Engine itself will serve those files as configured in app.yaml.
app.run(host='127.0.0.1', port=8080, debug=True)
# [START gae_python38_render_template]
# [END gae_python38_render_template]
2 changes: 1 addition & 1 deletion iam/api-client/service_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import argparse
# [START iam_create_service_account]
# [START iam_list_service_account]
# [START iam_list_service_accounts]
# [START iam_rename_service_account]
# [START iam_disable_service_account]
# [START iam_enable_service_account]
Expand Down
2 changes: 1 addition & 1 deletion spanner/cloud-client/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def query_struct_field(instance_id, database_id):

for row in results:
print(u'SingerId: {}'.format(*row))
# [START spanner_field_access_on_struct_parameters]
# [END spanner_field_access_on_struct_parameters]


# [START spanner_field_access_on_nested_struct_parameters]
Expand Down
0