Skip to content

Commit 8f5c864

Browse files
committed
update docstring
1 parent 66b3c53 commit 8f5c864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/bigquery/job/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ def result_set_last_replace_time(self):
244244
@property
245245
def result_set_last_modify_time(self):
246246
"""Optional[datetime]: The time at which the result table's contents
247-
were completely replaced. May be absent if no results have been written
248-
or the query has completed."""
247+
were modified. May be absent if no results have been written or the
248+
query has completed."""
249249
from google.cloud._helpers import _rfc3339_nanos_to_datetime
250250

251251
value = self._properties.get("resultSetLastModifyTime")

0 commit comments

Comments
 (0)