diff --git a/gcloud/storage/key.py b/gcloud/storage/key.py index 96949539f391..16e495d9aa4a 100644 --- a/gcloud/storage/key.py +++ b/gcloud/storage/key.py @@ -165,7 +165,9 @@ def delete(self): :rtype: :class:`Key` :returns: The key that was just deleted. - :raises: :class:`gcloud.storage.exceptions.NotFoundError`. + :raises: :class:`gcloud.storage.exceptions.NotFoundError` + (propagated from + :meth:`gcloud.storage.bucket.Bucket.delete_key`). """ return self.bucket.delete_key(self)