From a5d5d524e39b3d22ee2aa6ba14a3250714e90df8 Mon Sep 17 00:00:00 2001 From: Bonnie Chan <52431539+cbonnie@users.noreply.github.com> Date: Tue, 7 Dec 2021 12:26:45 -0500 Subject: [PATCH] docs: Describe code sample more specifically 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()