Skip to content

Commit

Permalink
Storage: sourceGeneration in copy_blob googleapis#4533 - BugFix googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebelloni committed Dec 7, 2017
1 parent be2a5bf commit 2107fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/google/cloud/storage/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ def copy_blob(self, blob, destination_bucket, new_name=None,
Default: True.
:type source_generation: long
:param source_generation: Optional. The generation of the blob to be copied.
Default: None.
:param source_generation: Optional. The generation of the blob to be
copied.
:rtype: :class:`google.cloud.storage.blob.Blob`
:returns: The new Blob.
Expand Down

0 comments on commit 2107fce

Please sign in to comment.