From e722376371cb8a3acc46d6c84fb41f4e874f41aa Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 26 Aug 2020 15:42:14 -0400 Subject: [PATCH] fix: repair mal-formed docstring (#255) Co-authored-by: Frank Natividad --- google/cloud/storage/blob.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/google/cloud/storage/blob.py b/google/cloud/storage/blob.py index 2940b52aa..28b16682d 100644 --- a/google/cloud/storage/blob.py +++ b/google/cloud/storage/blob.py @@ -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