Skip to content

Commit d0ccd3f

Browse files
alixhamitheacodes
authored andcommitted
Fixes incorrect region tag (googleapis#5464)
1 parent 562440a commit d0ccd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/bigquery/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def test_create_table_nested_repeated_schema(client, to_delete):
575575
table = client.create_table(table) # API request
576576

577577
print('Created table {}'.format(table.full_table_id))
578-
# [END bigquery_create_table]
578+
# [END bigquery_nested_repeated_schema]
579579

580580

581581
def test_create_table_cmek(client, to_delete):

0 commit comments

Comments
 (0)