From 0459cb4e866696c46385a5ad72e2a85db810a36b Mon Sep 17 00:00:00 2001 From: Bonnie Chan <52431539+cbonnie@users.noreply.github.com> Date: Fri, 10 Dec 2021 13:08:30 -0500 Subject: [PATCH] docs: Describe code sample more specifically (#660) docs: This is just a simple PR to better describe what the code is doing in the comments. --- samples/snippets/storage_create_bucket_class_location.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/snippets/storage_create_bucket_class_location.py b/samples/snippets/storage_create_bucket_class_location.py index 64c2652d7..51fa86440 100644 --- a/samples/snippets/storage_create_bucket_class_location.py +++ b/samples/snippets/storage_create_bucket_class_location.py @@ -21,7 +21,10 @@ def create_bucket_class_location(bucket_name): - """Create a new bucket in specific location with storage class""" + """ + Create a new bucket in the US region with the coldline storage + class + """ # bucket_name = "your-new-bucket-name" storage_client = storage.Client()