We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dc3d5 commit d5f8321Copy full SHA for d5f8321
google/cloud/bigquery/job/query.py
@@ -244,7 +244,7 @@ def result_set_last_replace_time(self):
244
@property
245
def result_set_last_modify_time(self):
246
"""Optional[datetime]: The time at which the result table's contents
247
- were modified. May be absent if no results have been written or the
+ were modified. May be absent if no results have been written or the
248
query has completed."""
249
from google.cloud._helpers import _rfc3339_nanos_to_datetime
250
0 commit comments