Skip to content

Commit e722376

Browse files
tseaverfrankyn
andauthored
fix: repair mal-formed docstring (#255)
Co-authored-by: Frank Natividad <[email protected]>
1 parent 23b7d1c commit e722376

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

google/cloud/storage/blob.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,10 +3543,13 @@ def custom_time(self):
35433543

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

0 commit comments

Comments
 (0)