Skip to content

Commit

Permalink
fix: repair mal-formed docstring (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
  • Loading branch information
tseaver and frankyn committed Aug 26, 2020
1 parent 23b7d1c commit e722376
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions google/cloud/storage/blob.py
Expand Up @@ -3543,10 +3543,13 @@ def custom_time(self):

@custom_time.setter
def custom_time(self, value):
"""Set the custom time for the object. Once set it can't be unset
and only changed to a custom datetime in the future. If the
custom_time must be unset, you must either perform a rewrite operation
or upload the data again.
"""Set the custom time for the object.
Once set on the server side object, this value can't be unset, but may
only changed to a custom datetime in the future.
If :attr:`custom_time` must be unset, either perform a rewrite
operation or upload the data again.
See https://cloud.google.com/storage/docs/json_api/v1/objects
Expand Down

0 comments on commit e722376

Please sign in to comment.