Skip to content

Commit c38587f

Browse files
committed
Fixed region tag.
1 parent 70a0a61 commit c38587f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/cloud-client/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def insert_data_with_timestamp(instance_id, database_id):
506506
(2, 42, "2017-12-23", 7000, spanner.COMMIT_TIMESTAMP)])
507507

508508
print('Inserted data.')
509-
# [END spanner_create_table_with_timestamp_column]
509+
# [END spanner_insert_data_with_timestamp_column]
510510

511511

512512
# [START spanner_add_timestamp_column]

0 commit comments

Comments
 (0)