Skip to content

Commit

Permalink
Adjusted small change to docstring example
Browse files Browse the repository at this point in the history
  • Loading branch information
lbristol88 committed May 6, 2019
1 parent 5e38e4a commit 9451f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/google/cloud/storage/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def get_bucket(self, bucket_or_name):
>>> bucket = client.get_bucket("my-bucket-name")
>>> # Time passes. Another program may have modified the bucket
in the meantime, so you want to get the latest state.
... # in the meantime, so you want to get the latest state.
>>> bucket = client.get_bucket(bucket) # API request.
"""
Expand Down

0 comments on commit 9451f4b

Please sign in to comment.