From 03fc9d76b3fff9cc1c905b658196cfb3483d535a Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 26 Aug 2020 15:16:42 -0400 Subject: [PATCH] fix: repair mal-formed docstring --- 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 b8f01f63f..bda3e87b6 100644 --- a/google/cloud/storage/blob.py +++ b/google/cloud/storage/blob.py @@ -3366,10 +3366,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