Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 8f5c864

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)