Skip to content

Commit

Permalink
fix: repair mal-formed docstring (googleapis#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
2 people authored and cojenco committed Oct 13, 2021
1 parent ed18479 commit 29f8178
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 29f8178

Please sign in to comment.