Skip to content

Commit

Permalink
docs: Describe code sample more specifically (#660)
Browse files Browse the repository at this point in the history
docs: This is just a simple PR to better describe what the code is doing in the comments.
  • Loading branch information
cbonnie committed Dec 10, 2021
1 parent 79b669b commit 0459cb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/snippets/storage_create_bucket_class_location.py
Expand Up @@ -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()
Expand Down

0 comments on commit 0459cb4

Please sign in to comment.