Skip to content

Commit

Permalink
Fix inaccurate storage docstring (#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsg authored and Jon Wayne Parrott committed Jan 3, 2018
1 parent e58fecd commit 8ca6882
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 @@ -186,7 +186,7 @@ def get_bucket(self, bucket_name):
"""Get a bucket by name.
If the bucket isn't found, this will raise a
:class:`google.cloud.storage.exceptions.NotFound`.
:class:`google.cloud.exceptions.NotFound`.
For example:
Expand Down

0 comments on commit 8ca6882

Please sign in to comment.