We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc2052 commit 7441438Copy full SHA for 7441438
1 file changed
gcloud/storage/key.py
@@ -165,7 +165,9 @@ def delete(self):
165
166
:rtype: :class:`Key`
167
:returns: The key that was just deleted.
168
- :raises: :class:`gcloud.storage.exceptions.NotFoundError`.
+ :raises: :class:`gcloud.storage.exceptions.NotFoundError`
169
+ (propagated from
170
+ :meth:`gcloud.storage.bucket.Bucket.delete_key`).
171
"""
172
return self.bucket.delete_key(self)
173
0 commit comments