Skip to content

Commit bcd7b8d

Browse files
committed
fix docstrings
1 parent e84fe39 commit bcd7b8d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

storage/google/cloud/storage/blob.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,7 @@ def delete(self, client=None, generation=None):
399399
:param client: Optional. The client to use. If not passed, falls back
400400
to the ``client`` stored on the blob's bucket.
401401
402-
:type generation: :class:`~google.cloud.storage.client.Client` or
403-
``NoneType``
402+
:type generation: int or ``NoneType``
404403
:param generation: Optional. The generation of the blob to delete. If
405404
not passed, deletes the current version.
406405

storage/google/cloud/storage/bucket.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,7 @@ def delete_blob(self, blob_name, client=None, generation=None):
597597
:param client: Optional. The client to use. If not passed, falls back
598598
to the ``client`` stored on the current bucket.
599599
600-
:type generation: :class:`~google.cloud.storage.client.Client` or
601-
``NoneType``
600+
:type generation: int or ``NoneType``
602601
:param generation: Optional. The generation of the blob to delete. If
603602
not passed, deletes the current version.
604603

0 commit comments

Comments
 (0)