diff --git a/storage/google/cloud/storage/client.py b/storage/google/cloud/storage/client.py index 57596518a75c..f23e34111c8a 100644 --- a/storage/google/cloud/storage/client.py +++ b/storage/google/cloud/storage/client.py @@ -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: